☰
Login
Signup
Home
›
Kite Publisher
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.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
380
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
996
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
Received "Null" Value in Tag Property
rajeshpoddaturi
February 1
in
Kite Publisher
Today when we ran the
Orders
endpoint for a client who has placed a sell order which got completed but the tag property for that order is NULL
Below is the sample example
{
"placed_by": "KAQ041",
"order_id": "240201001898530",
"exchange_order_id": "1200000019662133",
"parent_order_id": null,
"status": "COMPLETE",
"status_message": null,
"status_message_raw": null,
"order_timestamp": "2024-02-01 10:55:08",
"exchange_update_timestamp": "2024-02-01 10:55:08",
"exchange_timestamp": "2024-02-01 10:55:08",
"variety": "regular",
"modified": false,
"exchange": "NSE",
"tradingsymbol": "KOTAKBANK",
"instrument_token": 492033,
"order_type": "MARKET",
"transaction_type": "SELL",
"validity": "DAY",
"validity_ttl": 0,
"product": "CNC",
"quantity": 15,
"disclosed_quantity": 0,
"price": 0,
"trigger_price": 0,
"average_price": 1828.3166666700001,
"filled_quantity": 15,
"pending_quantity": 0,
"cancelled_quantity": 0,
"market_protection": 0,
"meta": {},
"tag": null,
"guid": "19Xniyomfvubnym"
}
The Tag which we have send in the Basket order is "7zjLWM8S"
Could you please Let us know why the TAG property is null ?
This has caused our order settlement issue.
Tagged:
Market Order Book Response tag value NULL
Sign In
or
Register
to comment.