place_order() missing 1 required positional argument: 'variety'

adiinvest30
The code to place an order is erroring out.

order_id = kite.place_order(tradingsymbol="INFY",exchange="NSE",transaction_type="BUY",quantity=1,order_type="MARKET",product="NRML")

Error: place_order() missing 1 required positional argument: 'variety'


Can someone please suggest a solution for this problem.
Sign In or Register to comment.