Can someone tell me if we need to subscribe to the instruments every time after we receive the tick?
I mean once we subscribe to the instruments on_tick call back function is called. Once on_tick call back returns, will it be automatically called again automatically or we need to subscribe to the instruments once again in the on_tick call back?
Hi @Srik, Once you subscribe for a token you keep getting data whenever there is a change in live data. For more information, please take a look at documentation.
Once you subscribe for a token you keep getting data whenever there is a change in live data.
For more information, please take a look at documentation.