Closed sheldon1310 closed 2 years ago
For example, when we place a limit order, but not filled, FillTime will be NULL in API response. Then if we use client.GetOrderDetails(...) to get order object, it will cause deserialization error.
FillTime
client.GetOrderDetails(...)
For example, when we place a limit order, but not filled,
FillTime
will be NULL in API response. Then if we useclient.GetOrderDetails(...)
to get order object, it will cause deserialization error.