I’m getting the following error when trying to place market order. Can you please clarify whether market orders are allowed for F&O contracts or not?
2025-09-23 04:26:02,402 - INFO - TradingEngine: Throttler: Executing order → _execute_real_order with details: {‘instrument_key’: ‘NSE_FO|123044’, ‘quantity’: 3, ‘transaction_type’: ‘BUY’, ‘order_type’: ‘MARKET’, ‘price’: 0.0, ‘product’: ‘D’, ‘is_amo’: False, ‘enable_slicing’: False, ‘current_price’: 19.2}
Exception: 400 - Bad Request - b’{“status”:“error”,“errors”:[{“errorCode”:“UDAPI100500”,“message”:“Market (M) orders are not allowed on this scrip.”,“propertyPath”:null,“invalidValue”:null,“error_code”:“UDAPI100500”,“property_path”:null,“invalid_value”:null}]}’