From 36d37be7d9358694b13c6dfea5ce12bf1a1fc871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVincentCai=E2=80=9D?= <“vincent.cai@htx-inc.com”> Date: Mon, 15 Jul 2024 10:49:11 +0800 Subject: [PATCH] add param --- include/response/trade/order.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/response/trade/order.h b/include/response/trade/order.h index f42c8c9..eb613a5 100644 --- a/include/response/trade/order.h +++ b/include/response/trade/order.h @@ -18,6 +18,7 @@ struct Order{ std::string filledCashAmount; std::string filledFees; std::string source; + std::string canceledSource; std::string state; std::string stopPrice; std::string operator_;