Is anyone using the callback method of orderupdates of websockets to perform further opertions? Like if I receive an order update of partial fill, I want to place an order for SL. Also, for what all orders do we get an update? ALL Orders placed through the API?
Thanks for the swift response. Also regarding the first part of question when an orderupdate is received in a callback function can I use it to take further steps in my program?
Hey, I just came to know about order updates using websocket, I tried to look for an example on how to use order updates in websocket, but i couldn't find it, could you please give simple python example on how to use this? Thanks
On postback API, notification is pushed for the orders that are placed on API only.
https://github.com/zerodha/pykiteconnect/blob/fc3ee234633a438f5c3d425209322e20dcc6bfca/examples/ticker.py#L31