Access functions for the order book
Module "Portfolio Service Extended Portfolio Analysis"
Depotobjekte.OrderBookAll→
List(OrderBookOrder)
Depot objects [Group|Holder|Portfolio|Depot|List(Group|Holder|Portfolio|Depot)]: A list of depot objects or a single depot object.
Result: The OrderBookAll
function returns the list of all orders for the specified securities account objects.
Module "Portfolio Service Extended Portfolio Analysis"
Depotobjekte.OrderBookPlanned→
List(OrderBookOrder)
Depot objects [Group|Holder|Portfolio|Depot|List(Group|Holder|Portfolio|Depot)]: A list of depot objects or a single depot object.
Result: The OrderBookPlanned
function returns the list of planned orders for the specified securities account objects.
Module "Portfolio Service Extended Portfolio Analysis"
OrderBookSubmitted
[From;To]→ List(OrderBookOrder)
From (date).
Until (date).
The reference date for the date range is OrderInformation.SubmissionAt
.
Result: The OrderBookSubmitted
function returns the list of all exported parent orders from the specified date range. The suborders of block orders are not included in this result.
Module "Portfolio Service Extended Portfolio Analysis"
Depotobjekte.OrderBookUncleared→
List(OrderBookOrder)
Depot objects [Group|Holder|Portfolio|Depot|List(Group|Holder|Portfolio|Depot)]: A list of depot objects or a single depot object.
Result: The OrderBookUncleared
function returns the list of uncleared orders for the specified securities account objects.
Module "Portfolio Service Extended Portfolio Analysis"