Partial data streaming (only DOM)

soumyadeep
I am streaming instrument token 3789569. And this is what I get (only the DOM)-

[{'buy': [{'price': 97.7, 'orders': 65536, 'quantity': 200}, {'price': 97.65, 'orders': 589824, 'quantity': 686}, {'price': 97.6, 'orders': 2686976, 'quantity': 18738}, {'price': 97.55, 'orders': 1179648, 'quantity': 10773}, {'price': 97.5, 'orders': 3735552, 'quantity': 29218}], 'sell': [{'price': 97.75, 'orders': 131072, 'quantity': 3692}, {'price': 97.8, 'orders': 458752, 'quantity': 10865}, {'price': 97.85, 'orders': 1638400, 'quantity': 37938}, {'price': 97.9, 'orders': 1376256, 'quantity': 17969}, {'price': 97.95, 'orders': 1114112, 'quantity': 16112}]}]

There is no LTP, Instrument token and other details. The mode is set to full. When I change the mode to QUOTE, then I get this-
{'buy': [], 'sell': []}
When I change mode to LTP, I dont get any output. I used websocket after a week or so and I used latest Request token, access token and public token for my login process.

Please look into it.
Thanks in advance
  • Vivek
    @soumyadeep We have been testing Websocket streaming and python client and never came across this bug. Though I haven't tested for the same scrip it was working fine. Let me check tomorrow for the same token and if possible you can pm me the code.
  • soumyadeep
    @vivek It has happened in all tokens. The script was running fine before. But I ran the same script today after a week and this happened. I will send you the script later. Thanks
Sign In or Register to comment.