There is a field named Status with a comment // SpotOrderMsg status - open: to be filled - closed: filled - cancelled: cancelled. I'm not sure if this is equal to finish_as field.
For event field, the description of finish status, order closed or cancelled. If I receive the order event about finish status, how do I distinguish whether the order is closed or cancelled?
avg_deal_price. I didn't see a field named avg_deal_price in go lib SpotOrderMsg too
Hi @Halimao, thank you for bringing this to our attention. I've already submitted a PR that addresses this issue. Please feel free to review it, and let me know if you have any further questions or suggestions.
I have some questions about
Server Notification Field
of channelspot.orders
:finish_as
. I didn't see a field namedfinish_as
in go libSpotOrderMsg
Status
with a comment// SpotOrderMsg status - open: to be filled - closed: filled - cancelled: cancelled
. I'm not sure if this is equal tofinish_as
field.event
field, the description offinish
status,order closed or cancelled
. If I receive the order event aboutfinish
status, how do I distinguish whether the order is closed or cancelled?avg_deal_price
. I didn't see a field namedavg_deal_price
in go libSpotOrderMsg
tooI am looking forward to your reply