☰
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
13.9K
All Categories
0
Incidents
156
Node JS client
40
Go client
793
.Net API client
380
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
998
Java client
1.1K
API clients
404
PHP client
4K
Python client
347
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
December 2020
Mangesh
December 2020
sujith
How to get child order id OF BRAKET OR COVER ORDER ?
Mangesh
December 2020
in
.Net / VBA / Excel (3rd party)
How to get child order id OF BRAKET OR COVER ORDER ? Can someone please post sample code ?
sujith
December 2020
Each order has a
parent_order_id
field, you need to use that to map the first and second leg orders.
Mangesh
December 2020
I have understood the concept.... but what functions to use to get list of all trades ? Any sample code to find the child ID please ??
sujith
December 2020
You need to fetch the whole orderbook and filter it out. You can check out the documentation
here
.
Mangesh
December 2020
As i said I understood the concept... I want to know after using following, how to parse through the Orders ?
List orders = kite.GetOrders();
Sign In
or
Register
to comment.
List orders = kite.GetOrders();