websocket realtime stream speed
-
understanding the WebSocket behaviour -
in the realtime WebSocket streaming,
1. whats the streaming speed?
2. say I subscribed for INFY streaming at 10.00.00 am and streaming started. if the price didn't change for the next 3 sec. (till 10.00.03), will I get stream update for 10.00.01 and 10.00.02? -
@PandaTrade said in websocket realtime stream speed:
hI @admin When can we get the historical data (OHLC) over a particular timeframe ?
Hi @PandaTrade , it's under development. We will let you know once we have a tentative timeline.
-
hI @admin When can we get the historical data (OHLC) over a particular timeframe ?
-
@keer2405 said in websocket realtime stream speed:
1. whats the streaming speed?
Tick by tick data is communicated over websocket i.e. we broadcasts tick whenever there is change in data.
@keer2405 said in websocket realtime stream speed:
- say I subscribed for INFY streaming at 10.00.00 am and streaming started. if the price didn't change for the next 3 sec. (till 10.00.03), will I get stream update for 10.00.01 and 10.00.02?
You will get an update at 10.00.03 assuming there is no change in market depth (i.e. bid / ask) between 10.00.01 and 10.00.02.