☰
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
41
Go client
795
.Net API client
384
Kite Publisher
537
.Net / VBA / Excel (3rd party)
463
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
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();