order placement

Pradeepcs2
Pradeepcs2 edited January 2017 in Python client
kite.order_place(tradingsymbol="INFY", exchange="NSE", quantity=1, transaction_type="BUY", order_type="MARKET", product="CNC")

File "", line 1
kite.order_place(tradingsymbol="INFY", exchange="NSE", quantity=1, transaction_type="BUY", order_type="MARKET"product="CNC")
^
SyntaxError: invalid syntax




What is wrong. It is giving invalid syntax.



, was missing, problem solved.
Tagged:
This discussion has been closed.