☰
Login
Signup
Home
›
.Net / VBA / Excel (3rd party)
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
October 2021
Adhikar
October 2021
SRIJAN
CancelOrder
Adhikar
October 2021
in
.Net / VBA / Excel (3rd party)
Hi
Example:
Let us assume I have placed an Order of 100. Out of it, 30 is open and 70 is filled.
Order ID: 1000
Trading Symbol: Infy
Transaction: Buy
Open Quantity: 30
Filled Quantity: 70
If I call CancelOrder(1000) API,
a. will the position be squared off?
and
b. open quantity cancelled?
Please confirm
SRIJAN
October 2021
a.no,the position will not be squared off .
b.yes,open quantity will be cancelled.
Adhikar
October 2021
Thanks Srijan
This discussion has been closed.
b.yes,open quantity will be cancelled.