Symbol value is coming blank in order update response for banknifty instruments in websocket api . Other instruments like nifty, equity i am getting the symbol value. Could anyone please suggest what could be the issue . Below is the response {'s': 'ok', 'd': {'orderDateTime': 1662105561, 'id': '2220902306204', 'exchOrdId': '1500000074757378', 'side': -1, 'segment': 'D', 'instrument': '', 'productType': 'INTRADAY', 'status': 6, 'qty': 25, 'remainingQuantity': 25, 'filledQty': 0, 'limitPrice': 429.0, 'stopPrice': 430.0, 'type': 4, 'discloseQty': 0, 'dqQtyRem': 0, 'orderValidity': 'DAY', 'slNo': 1, 'offlineOrder': False, 'message': 'CONFIRMED', 'orderNumStatus': '2220902306204:6', 'tradedPrice': 0.0, 'fyToken': '101122090846440', 'symbol': ''}, 'ws_type': 1} . Below is the response for equity. {'s': 'ok', 'd': {'orderDateTime': 1662102116, 'id': '122090271004', 'exchOrdId': '1100000014933088', 'side': -1, 'segment': 'E', 'instrument': '', 'productType': 'CNC', 'status': 2, 'qty': 10, 'remainingQuantity': 0, 'filledQty': 10, 'limitPrice': 0.0, 'stopPrice': 0.0, 'type': 2, 'discloseQty': 0, 'dqQtyRem': 0, 'orderValidity': 'DAY', 'slNo': 4, 'offlineOrder': False, 'message': 'TRADE_CONFIRMED', 'orderNumStatus': '122090271004:2', 'tradedPrice': 872.0, 'fyToken': '10100000004963', 'symbol': 'NSE:ICICIBANK-EQ'}, 'ws_type': 1}

7 replies