☰
Login
Signup
Home
›
Market data (WebSockets)
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
795
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
407
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
April 2018
sujith
False data from Websocket
Manju
April 2018
in
Market data (WebSockets)
Hi.. when i try to access data from websocket using "FULL" mode, the "orders" value are in single digit... in reality it should be more than that...
Example :
Here the "order" values are showing just as 1 or 2 or 4... this is happening for all the symbols...
[{'tradable': True, 'mode': 'full', 'instrument_token': 13002498, 'last_price': 288.2, 'last_quantity': 2750, 'average_price': 287.82, 'volume': 23177000, 'buy_quantity': 1966250, 'sell_quantity': 1155000, 'ohlc': {'open': 285.3, 'high': 289.5, 'low': 284.45, 'close': 288.85}, 'change': -0.22503029253939208, 'last_trade_time': datetime.datetime(2018, 4, 16, 15, 29, 58), 'oi': 82458750, 'oi_day_high': 83050000, 'oi_day_low': 82280000, 'timestamp': datetime.datetime(2018, 4, 16, 15, 30), 'depth': {'buy': [{'quantity': 5500, 'price': 288.1, 'orders': 2}, {'quantity': 13750, 'price': 288.0, 'orders': 4}, {'quantity': 5500, 'price': 287.95, 'orders': 2}, {'quantity': 24750, 'price': 287.9, 'orders': 4}, {'quantity': 5500, 'price': 287.85, 'orders': 2}], 'sell': [{'quantity': 5500, 'price': 288.2, 'orders': 2}, {'quantity': 2750, 'price': 288.25, 'orders': 1}, {'quantity': 5500, 'price': 288.3, 'orders': 2}, {'quantity': 2750, 'price': 288.55, 'orders': 1}, {'quantity': 2750, 'price': 288.65, 'orders': 1}]}}]
sujith
April 2018
It is the count of the order so it is fine.
Sign In
or
Register
to comment.