Multiple Tags in Java client

manmohan3108
How to use multiple tags while placing order using Kite Connect Java client?
Also, as per online discussion forums, tag can only have alphanumeric with character length limit as 8. But I am using “@“ in my tag and length is around 20 but it is working fine. I am wondering can it stop anytime due to non alphanumeric and length restrictions? Will i face problem if my system increases length furthermore?
  • sujith
    The acceptable tag length has been updated to 20 characters. You can refer to the documentation.
    For now, '@' is whitelisted for some technical reasons. We suggest using only alpha-numeric values only for tag as it might be stopped any day.

    The javakiteconnect doesn't support sending multiple tags for an order.
Sign In or Register to comment.