place_order parameters

vijoeyz
vijoeyz edited February 2019 in Python client
I was not able to find a proper documentation on various parameter values of the order_place() API. Some of the order information is available at the Kite User Manual.

For example, from the official example, one of the values for variety parameter is kite.VARIETY_REGULAR. I am looking for rest of the Python parameters values.

The official API document describes nothing:
def order_place(self, exchange, tradingsymbol, transaction_type, quantity, price=None, product=None, order_type=None, validity=None, disclosed_quantity=None, trigger_price=None, squareoff_value=None, stoploss_value=None, trailing_stoploss=None, variety='regular', tag='') 
Please suggest where to get these data from. Thank you.
Sign In or Register to comment.