Does every instance of web socket receive order postback data?

suprxd
Let's say I have 2 open web-socket connections and one of them has subscribed to some instruments ltp and other one is idle.
So will both the instances receive order postback update? Or only one which was subscribed first?
  • rakeshr
    So will both the instances receive order postback update? Or only one which was subscribed first?
    Both, if you have added order update callbacks in both.
Sign In or Register to comment.