Typo in Java Client Example.java - minor

Sandeep_Prakash
The API document under Regular Order Parameters for tag says
An optional tag to apply to an order to identify it (alphanumeric, max 20 chars)
But the comment in Examples.java at line 104 reads as orderParams.tag = "myTag"; //tag is optional and it cannot be more than 8 characters and only alphanumeric is allowed
Perhaps it requires to be updated.

Also, a question, would the order be rejected if tag is more than 20 characters? Ideally, I would expect the order to go through but the characters beyond 20 characters limit should be truncated.
Sign In or Register to comment.