☰
Login
Signup
Home
›
General
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
In this Discussion
December 10
mudasir
December 10
sujith
Find Buying Price
mudasir
December 6
edited December 6
in
General
I am putting order at the market price getting orderid. I am using this orderid to get the orderdetails But price and average both are 0. how can i find the buy price
on which i placed the order.
the result i am getting is still showed order pending
{
"AveragePrice":0,
"CancelledQuantity":0,
"DisclosedQuantity":0,
"Exchange":"NFO",
"ExchangeOrderId":null,
"ExchangeTimestamp":null,
"FilledQuantity":0,
"InstrumentToken":11807490,
"OrderId":"241206401702450",
"OrderTimestamp":"12/6/2024 2:39:36 PM",
"OrderType":"MARKET",
"ParentOrderId":null,
"PendingQuantity":250,
"PlacedBy":"MB3242",
"Price":0,
"Product":"MIS",
"Quantity":250,
"Status":"PUT ORDER REQ RECEIVED",
"StatusMessage":null,
"Tag":null,
"Tradingsymbol":"NIFTY24D1224650CE",
"TransactionType":"BUY",
"TriggerPrice":0,
"Validity":"DAY",
"Variety":"regular"
}
at 18:00
Tagged:
orders
GETRTD_ORDER DETAILS
sujith
December 10
Are you fetching the orderbook or order history?
mudasir
December 10
order history
sujith
December 10
You need to find the latest item, you seem to be accessing the first state of the order.
Sign In
or
Register
to comment.