You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Binance sends Client Order IDs back on Order Updates. The field is decoded properly, then dropped when creating a new UserTrade.
[https://binance-docs.github.io/apidocs/spot/en/#payload-order-update]
The field is copied to a Flag when populating an Order object, but not to the userReference field as it should be
The text was updated successfully, but these errors were encountered:
Binance sends Client Order IDs back on Order Updates. The field is decoded properly, then dropped when creating a new UserTrade.
[https://binance-docs.github.io/apidocs/spot/en/#payload-order-update]
The field is copied to a Flag when populating an Order object, but not to the userReference field as it should be
The text was updated successfully, but these errors were encountered: