False data from Websocket

Manju
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}]}}]
Sign In or Register to comment.