cancelled orders coming twice via websocket

visasimbu
I have written basic copy trading. Hence from parent websocket of order_update were used. I have observed that when i cancel the order in parent account it triggers two cancellation orders with difference of below fields. Please help me to understand what those are. How can I classify which cancel order was orginal , completion of cancellation order and partial cancellation.

pending_quantity = 0
cancelled_quantity = 1
Tagged:
  • sujith
    These are because of multiple async signals from OMS vendor. You can know more about this here.
Sign In or Register to comment.