How long is the tag field on an Order?

stalwalk
Hello, I am attempting to write a java based software which uses the Kite Connect api for Nifty Options trading. I want to know if the tag is 20 characters or 8 characters long.
The JavaDocs state that the tag is 8 characters long
The public documentation states that the tag is 20 characterslong.
What is the actual length of the tag? I have not yet deployed my code so i cannot test it myself.


  • sujith
    @stalwalk,
    Thank you for pointing out. The allowed length was 8 earlier. We increased it recently to 20.
    We will update the javadoc in the next release.
  • stalwalk
    Thanks a lot Sujith for the good news :smile: i coded my application to realize that the javadoc was different from the public documentation.
Sign In or Register to comment.