I'm using C# to get quotes from webscokets. When I'm subscribing for instrument token "408065" during market close hours, its constantly replying below message: note:- below data in byte[] array
From above data I'm able to parse below data: # of packets i.e. 1, length of first packet i.e. 44, instrument token i.e 408065 but every other fields ltp, open/close/high/low price, etc,,, having junk data
1) May you please assist us decode the websocket api? 2) As mention on webscoket API -> "packet structure" documentation, type of every bytes have int16 or int32, what is the instrument price in float i.e in point like 43.50, 43.54, etc,,
Can you try this please?