☰
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
152
Node JS client
39
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.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.