NFO orders are rejected with error "RMS:Field Not Found 63002"

zuser
Hi,
I am using following python code to place the orders. The code is placing Equity order properly but NFO order is giving error that "RMS:Field Not Found 63002". (order id = 190211000854826)

kite.place_order(tradingsymbol="TATAMTRDVR19FEBFUT", exchange=kite.EXCHANGE_NSE, transaction_type="BUY", quantity=3800, order_type="LIMIT",variety="regular",validity="DAY",price=79.5,product="MIS")

Both NFO and equity orders are placed properly via kite web from my account but only equity orders are placed properly via api as above. Plz let know the issue.

Thanks.
This discussion has been closed.