Client peek order id

walkingCorpse
The client doesn't provide an order id, only the response from Kite contains the order id. Is it possible to know ahead of time the next order id? This is because I keep some book keeping in my code for the order I place but the order update callback happens before I can store the order id received from response, so the callback code fails to look up the order by order id in my in-memory storage.
Tagged:
Sign In or Register to comment.