Does every websocket tick data contain all instruments' data?

MandulaPrithvi
Does every websocket tick contain data of all instruments that are subscribed? or only if there is an update on the price of instrument?
Tagged:
  • rakeshr
    @MandulaPrithvi
    After subscribing to instrument on WebSocket connection,first tick received contains tick data from all subscribed instrument but subsequent ticks are only received if there is change in of the field of WebSocket packet.
Sign In or Register to comment.