Timestamp erro

supaidi
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.
  • sujith
    The tick timestamp only exists in the full mode subscription. The default subscription is in quote mode. You need to handle that.
  • supaidi
    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.
  • sujith
    Can you let us know which Kite Connect client library you are using and the version number?
  • supaidi
    I'm using the Java client library and the latest version.
  • sujith
    sujith edited September 2020
    Can you check the mode of the tick for which you don't receive a timestamp?
Sign In or Register to comment.