place_order() missing 1 required positional argument: 'variety' - Why I am receiving this error ?

mandeepj
>>> kite.place_order(exchange="NSE", tradingsymbol="INFY", transaction_type="BUY", quantity="100", product="MIS",order_type="MARKET")
Traceback (most recent call last):
File "", line 1, in
kite.place_order(exchange="NSE", tradingsymbol="INFY", transaction_type="BUY", quantity="100", product="MIS",order_type="MARKET")
TypeError: place_order() missing 1 required positional argument: 'variety'
This discussion has been closed.