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_;