I'm logging some data for nifty and banknifty tick level using websocket. But recently i started to face this issue where the response doesn't contain the timestamp in it. Because of this my code is running into error as i'm using the timestamp from the feed to log the data.
Appreciate any help to fix this. Please help me resolve this.
Yes @sujith i'm using "full" mode subscription only and the response is not having timestamp for some of the ticks received. Hence i'm facing issue as my code needs the timestamp info to log the ticks. I have tried using the system default time but that doesn't help as well.
Please help me on how to handle this issue when i receive no timestamps in the ticks.
Please help me on how to handle this issue when i receive no timestamps in the ticks.