☰
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
12.5K
All Categories
100
Node JS client
35
Go client
741
.Net API client
345
Kite Publisher
528
.Net / VBA / Excel (3rd party)
412
Algorithms and Strategies
920
Java client
958
API clients
389
PHP client
3.5K
Python client
318
Mobile and Desktop apps
1.2K
Market data (WebSockets)
3K
General
In this Discussion
April 2019
WahWah
April 2019
sujith
Cancel Order | Market (MIS)
WahWah
April 2019
in
.Net API client
Not able to cancel Market (MIS) order.
Tried below code:
1 )kite.CancelOrder("1234");
2) kite.CancelOrder(
OrderId: "1234",
Variety: Constants.VARIETY_Regular
);
3) kite.CancelOrder(
OrderId: "1234"
);
Please suggest the solution.
Tagged:
cancelorder
sujith
April 2019
One can only cancel an open order and not the executed ones.
WahWah
April 2019
edited April 2019
Thanks for your response.
How we can exit from the executed Market order through .Net API.
For example, I bought 500 shares on Market Price and I want to take exit (Sell) later.
sujith
April 2019
You need to fetch positions and check the open position quantity and then place an opposite market regular order to exit the position.
WahWah
April 2019
Got it.
Will try at my end.
Thank you for your response.
This discussion has been closed.
How we can exit from the executed Market order through .Net API.
For example, I bought 500 shares on Market Price and I want to take exit (Sell) later.
Will try at my end.
Thank you for your response.