BO becomes MIS

gully
gully edited June 2016 in Python client
orderId = self.kite.order_place(exchange, tradingSymbol, transaction_type, quantity,triggeringPrice, product="MIS", order_type="LIMIT", validity=None, disclosed_quantity=None, trigger_price=None, squareoff_value=absoluteTargetValue, stoploss_value=absoluteStoploss, trailing_stoploss=None, variety='regular')

Where am I going wrong ?
I am trying to place Bracket Order but instead its becoming MIS. I tried changing product as BO but it wont work.
  • Kailash
    variety should be 'bo'. The above params are sending a regular order.
Sign In or Register to comment.