☰
Login
Signup
Home
›
General
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
December 2018
ananth1994
December 2018
sujith
Exit Bracket order
ananth1994
December 2018
in
General
To exit
Bracket order
am I suppose to send second leg order ids or
parent_order_id
itself enough?
Tagged:
bracket order
sujith
December 2018
You need to send both second leg order id and parent order id.
You can check out example
here
.
ananth1994
December 2018
I'm using official kiteconnect nodejs library
Looks like
kc.exitOrder
method is not a return function
Screen Shot 2018-12-10 at 12.53.48 PM.png
43.9K
Screen Shot 2018-12-10 at 12.53.14 PM.png
107.9K
ananth1994
December 2018
edited December 2018
Any update on this?
Now I switched to cancelOrder method instead exitOrder as a workaround
sujith
December 2018
edited December 2018
We have fixed this on kiteconnectjs to v3.0.1. You can update the library.
Sign In
or
Register
to comment.
You can check out example here.
Looks like kc.exitOrder method is not a return function
Now I switched to cancelOrder method instead exitOrder as a workaround