☰
Login
Signup
Home
›
Java client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
13.7K
All Categories
0
Incidents
144
Node JS client
38
Go client
786
.Net API client
375
Kite Publisher
537
.Net / VBA / Excel (3rd party)
453
Algorithms and Strategies
986
Java client
1.1K
API clients
402
PHP client
3.9K
Python client
343
Mobile and Desktop apps
1.3K
Market data (WebSockets)
3.3K
General
In this Discussion
August 9
rakeshr
August 9
vijayonkite
See Order Tag on UI
vijayonkite
August 9
in
Java client
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
August 9
I meant, how to see this tag (set on OrderParams object) on zerodha web app / mobile app ?
rakeshr
August 9
The tags sent with orders are only supported in the orderbook.
This thread
explains in detail.
Sign In
or
Register
to comment.