How not to miss the order update through order update callback

SITPL
SITPL edited March 2021 in Python client
Hello,

We have a situation where we do not want to poll the orderbook for status of submitted order else want to rely fully on order update callback.

Reason for this is that we are planning to introduce multiple instruments and do not want to pause the system till current order changes status to 'COMPLETED' or 'Reject'.

Currently, sometimes the order update is lost as system is waiting to respect api limits while polling order book.

Can multiple instances of kite ticker be used one for processing ticks and one for exclusively listening to order status in separate threads so that we don't miss any order update?
  • rakeshr
    Can multiple instances of kite ticker be used one for processing ticks and one for exclusively listening to order status in separate threads so that we don't miss any order update?
    Yes, you can use upto 3 WebSocket instances per API key.
  • SITPL
    Implemented the code as suggested please close the thread
This discussion has been closed.