@Sujith,
Thanks much.
Do I need to unsubscribe all tokens before subscribing for a new instrument token along with existing tokens. I am unsure on this procedure?
Can I use same api_key,user_id and public_token for multiple KiteTicker object?
Hi Sujith,
I read through the doc and I have subscribed for multiple instruments in single instance.
eg:
var items = [738561,14565634];
ticker.subscribe(items);
ticker.setMode(ticker.full, items);
I would like to know if I can subscribe one …