How to place order

KiteUser
I want to place SL limit order with following API
place_order(exchange='NFO',
## tradingsymbol=('NIFTY2111414800' + 'CE'),
## transaction_type='buy',
## quantity=1,
## product='mis',
## order_type='market',
## validity='DAY')

How should I do?
What should be its syntax?
Sign In or Register to comment.