What are the properties of ticker coming in jsclient

rayi
rayi edited December 2017 in Market data (WebSockets)
[{
* mode: 'full',
* tradeable: true,
* Token: 53256711,
* LastTradedPrice: 3223,
* LastTradeQuantity: 6,
* AverageTradePrice: 3229.56,
* VolumeTradedToday: 96037,
* TotalBuyQuantity: 3890,
* TotalSellQuantity: 3572,
* OpenPrice: 3231,
* HighPrice: 3261,
* LowPrice: 3206,
* ClosePrice: 3222,
* NetPriceChangeFromClosingPrice: 0.031036623215394164,
* Depth: {
* buy:[{
* Quantity:59,
* Price:3223,
* Total:5

Hi,

I was going through the jsclient of kiteconnect, and I find two properties which doesnt match with the document and therefore wanted to check if these properties are live and working .What is LastTradeQuantity->does it work/return data as given in the document . Also I assume Total refers to 'orders' in other libraries.
  • sujith
    Hi,
    Last traded quantity is only received in modeQuote and modeFull.
    You can check out tick structure here.
    Buy Total is the sum of all the bids at the exchange for that instrument.
Sign In or Register to comment.