pykiteconnect - place_order : Missing 1 required positional argument `variety` [Duplicate 4113]

hanzo
hanzo edited May 2018 in Python client
https://github.com/zerodhatech/pykiteconnect

order_id = kite.place_order(tradingsymbol="INFY",
exchange=kite.EXCHANGE_NSE,
transaction_type=kite.TRANSACTION_TYPE_BUY,
quantity=1,
order_type=kite.ORDER_TYPE_MARKET,
product=kite.PRODUCT_NRML)
place_order() missing 1 required positional argument: 'variety'
What kind of migration are you doing where even your few lines of sample code does not work??
This discussion has been closed.