order = dhan.place_order(tag=‘’,transaction_type=dhan.BUY,exchange_segment=dhan.NSE_FNO,product_type=dhan.INTRA,order_type=dhan.SL,validity=‘DAY’,security_id=“NIFTY-May2024-22500-PE”,quantity=25,disclosed_quantity=0,price=120.5,trigger_price=120,after_market_order=False,amo_time=‘OPEN’)
In [20]: order
Out[20]:
{‘status’: ‘failure’,
‘remarks’: {‘error_code’: ‘RS-9005’, ‘message’: ’ todo mandatory fields '},
‘data’: ‘’}
whats wrong with this