☰
Login
Signup
Home
›
Python 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.8K
All Categories
0
Incidents
154
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
January 2018
sujith
January 2018
ansumanm
Kite v3: In place_order() function, what does "tag" stand for?
ansumanm
January 2018
in
Python client
def place_order( self, variety, exchange, tradingsymbol, transaction_type, quantity, product, order_type, price=None, validity=None, disclosed_quantity=None, trigger_price=None, squareoff=None, stoploss=None, trailing_stoploss=None, tag=None)
What does "tag" stand for?
How can we use it?
Is there an API like, get_odr_status_by_tag(tag)?
Tagged:
Python Client
ansumanm
January 2018
Also, does place_order return anything?
sujith
January 2018
Hi,
The tag takes alphanumeric 8 characters, it is for users to tag their orders. You will get back order id for a successful order place response.
Please go through documentation for more information
here
.
This discussion has been closed.
The tag takes alphanumeric 8 characters, it is for users to tag their orders. You will get back order id for a successful order place response.
Please go through documentation for more information here.