@rakeshr
I found the code for web socket callback in nodejs as given below:
ticker.on('order_update', onTrade);
But Im not able to find same code in pykiteconnect in python. Please guide me through this issue.
Thanks.
@sujith,
Thank you for immediate response.
It would be really helpful you tell us more or give an example code (in any language) of Websockets API for order updates.
So websockets data will be received on the same Postback URL mentioned in Kite APP…