Manual Update of price at Kite Web is not listened by "onOrderUpdate"

Srikrishna_Rowthu
I was updating the price for one of the open trade but i don't see the trigger price is being updated in my program. While checking, I found "onOrderUpdate" doesn't get the order details after updating the order. Can you please explain this scenario. Thanks in advance.
  • sujith
    There are two notifications sent by the OMS for every order modify. One will have an UPDATE status and another will have OPEN or whatever is the latest status.
    If your modify request is rejected then you need to check the status_message field to know the reason.
Sign In or Register to comment.