☰
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
14K
All Categories
0
Incidents
157
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
406
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.