☰
Login
Signup
Home
›
soni000000000
›
Comments
Activity
Discussions
2
Comments
2
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
soni000000000
About
Username
soni000000000
Joined
April 2018
Visits
5
Last Active
April 2018
Roles
Member
Activity
Discussions
2
Comments
2
Comments
Output by console.log {mode: "quote", tradeable: true, Token: 53471239, LastTradedPrice: 39208, LastTradeQuantity: 1, …} AverageTradePrice : 39216.68 ClosePrice : 39353 Depth : {buy: Array(0), sell: Array(0)} HighPrice : 39280 LastTradeQuantity : 1 …
in
javascript api always subscribe to quote mode not full mode
Comment by
soni000000000
April 2018
var ticker = new KiteTicker("xxxx", "ZO7692", "xxxx"); var items=[53471239,53710343,53727751,53710087,53737223,53556743,53781767,53711111]; ticker.connect(); ticker.on("tick", onTick); ticker.on("connect", onConnect); function onTick(ticks) { $.ea…
in
javascript api always subscribe to quote mode not full mode
Comment by
soni000000000
April 2018