☰
Login
Signup
Home
›
.Net API 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
153
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
May 2021
manoj_trade
May 2021
sujith
Partially Filled Orders Doubt
manoj_trade
May 2021
in
.Net API client
Please see the following scenario regarding partially filled order
1. Placed Nifty Buy 600 qty(8 lots)
@14600
2. Partially filled, qty 150, so FilledQuantity = 150, and avgprice = average price of 150 qty and order still OPEN
3. Partially filled, qty 75, so FilledQuantity = 255 (150 + 75), and avgprice = average price of 225 qty and order still OPEN
Is the above assumption is true so that FilledQuantity would be in a cumulative level in the lifecycle of an Order. Please clarify.
Tagged:
Partially Filled Orders
sujith
May 2021
@manoj_trade
,
Yes, you are right filled quantity will always show the filled quantity at the moment which is cumulative and the average price is calculated based on two trades.
manoj_trade
May 2021
thanks
This discussion has been closed.
Yes, you are right filled quantity will always show the filled quantity at the moment which is cumulative and the average price is calculated based on two trades.