unable to place order

keshav_
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)
Traceback (most recent call last):
File "", line 1, in
TypeError: place_order() missing 1 required positional argument: 'variety'

just tried using the documentation, and got this ?!?!
Tagged:
Sign In or Register to comment.