Here's the numerical representation of a "full" packet (including marketdepth) in Javascript. It's 168 bytes. The instrument is GOLDGUINEAMAYFUT (MCX), token = 53253383
ok. is it possible to explain how to know the different values from this byte array, if not can i know, how to find the instrument token and last traded price from this array ?
ok, Another doubt. for the above example which you gave, i overlooked the instrument info for GOLDGUINEAMAYFUT in instruments.csv file which gets downloaded when we use your api.
it says this:(csv format) 53253383,208021,GOLDGUINEA16MAYFUT,GOLDGUINEA,0.0,2016-05-31,0.0,1.0,8,FUT,MCX,MCX
here the trading symbol is:GOLDGUINEA16MAYFUT , can i know what does "16" mean in this string ?
for the above example which you gave, i overlooked the instrument info for GOLDGUINEAMAYFUT in instruments.csv file which gets downloaded when we use your api.
it says this:(csv format)
53253383,208021,GOLDGUINEA16MAYFUT,GOLDGUINEA,0.0,2016-05-31,0.0,1.0,8,FUT,MCX,MCX
here the trading symbol is:GOLDGUINEA16MAYFUT , can i know what does "16" mean in this string ?
Different languages have different ways of converting byte arrays to integers.
From example in the previous post: