Shakthi

About

Username
Shakthi
Joined
Visits
6
Last Active
Roles
Member

Comments

  • Perfect Sujith, But is it ok if I expose all keys in javascript. I would like to consume only ltp for each symbol.
  • @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 …