OrderInfo subscription

Avatar
Is there a way to subscribe to OrderInfo ? What I mean I need to send requests to check state of a particular order or fetch orderinfo for all orders of the day. Fetching all orders of the day can take a lot of time when number of orders is high. When I am trying to fetch orderinfo for a particular order to check its state I get too many requests error.


Is there a way to subscribe to orderinfo so that I subscribe to an event and I get update whenever the state changes, just like OnTick() ??
Sign In or Register to comment.