Kite v3: In place_order() function, what does "tag" stand for?

ansumanm
def place_order( self, variety, exchange, tradingsymbol, transaction_type, quantity, product, order_type, price=None, validity=None, disclosed_quantity=None, trigger_price=None, squareoff=None, stoploss=None, trailing_stoploss=None, tag=None)

What does "tag" stand for?

How can we use it?
Is there an API like, get_odr_status_by_tag(tag)?
Tagged:
  • ansumanm
    Also, does place_order return anything?
  • sujith
    Hi,
    The tag takes alphanumeric 8 characters, it is for users to tag their orders. You will get back order id for a successful order place response.
    Please go through documentation for more information here.
This discussion has been closed.