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?
  • vijayonkite
    I meant, how to see this tag (set on OrderParams object) on zerodha web app / mobile app ?
  • rakeshr
    The tags sent with orders are only supported in the orderbook. This thread explains in detail.
Sign In or Register to comment.