Data speed in WebSockets

snikam
What is the speed of data that comes over Websocket.
I'm assuming it will be 1 tick per second.

Please let me know.
Tagged:
  • sujith
    Hi @snikam,

    Tick over websocket is not time based. If you have subscribed for multiple tokens, there can be multiple tick per second also. Server broadcasts tick whenever there is change in data. It broadcasts even when there is change in only marketdepth data also.

    If you have subscribed for one token then you can expect 1 tick per second. But again it depends on change of data or liquidity.
Sign In or Register to comment.