☰
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
14.1K
All Categories
0
Incidents
157
Node JS client
41
Go client
798
.Net API client
385
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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.