not getting all subcription token live data

trade_with_nitin

var filteredTokens = [139275524,139267588,128108804];
_ticker.Subscribe(Tokens: filteredTokens);
_ticker.SetMode(Tokens: filteredTokens, Mode: Constants.MODE_LTP);

by using this code. i only get live data of '128108804' token only.

when i add new token to the array it also not giving the live feed.
  • sujith
    You will receive ticks only when there is a change in LTP. You can read more about the tick frequency here.
Sign In or Register to comment.