Last traded time vs Timestamp

vishnux
When using websocket I receive two datas Last traded time and Timestamp , what is the difference between two ?
  • rakeshr
    @vishnux
    'timestamp', is current time stamp and last_trade_time is time at which last trade for specific contract/scrip has happen.
  • vishnux
    So why is there delay between last_trade_time and timestamp when I receive ticks , I should Get ticks as soon as trade happens right , sometimes its fast , sometimes it has 10 seconds delay.
  • rakeshr
    @vishnux
    It's Possible that both times will not be same.If there is no trade for that particular second, it will show last_trade_time as the last time, when trade has taken.
Sign In or Register to comment.