See Order Tag on UI

vijayonkite
In Java client, we set a tag before creating an order, how do we see that tag on the UI?

OrderParams orderParams = new OrderParams();
orderParams.tag = "abc";


How do I see this tag set on the UI?
Sign In or Register to comment.