LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
OrderGraphApi () | |
Initializes a new instance of the OrderGraphApi class. More... | |
OrderGraphApi (string basePath) | |
Initializes a new instance of the OrderGraphApi class. More... | |
OrderGraphApi (Lusid.Sdk.Client.Configuration configuration) | |
Initializes a new instance of the OrderGraphApi class using Configuration object More... | |
OrderGraphApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
Initializes a new instance of the OrderGraphApi class using a Configuration object and client instance. More... | |
string | GetBasePath () |
Gets the base path of the API client. More... | |
PagedResourceListOfOrderGraphBlock | ListOrderGraphBlocks (DateTimeOffset? asAt=default(DateTimeOffset?), string? paginationToken=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), bool? useComplianceV2=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListOrderGraphBlocks: Lists blocks that pass the filter provided, and builds a summary picture of the state of their associated order entities. Lists all blocks of orders, subject to the filter, along with the IDs of orders, placements, allocations and executions in the block, the total quantities of each, and a simple text field describing the overall state. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfOrderGraphBlock > | ListOrderGraphBlocksWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? paginationToken=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), bool? useComplianceV2=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListOrderGraphBlocks: Lists blocks that pass the filter provided, and builds a summary picture of the state of their associated order entities. Lists all blocks of orders, subject to the filter, along with the IDs of orders, placements, allocations and executions in the block, the total quantities of each, and a simple text field describing the overall state. More... | |
async System.Threading.Tasks.Task< PagedResourceListOfOrderGraphBlock > | ListOrderGraphBlocksAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? paginationToken=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), bool? useComplianceV2=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListOrderGraphBlocks: Lists blocks that pass the filter provided, and builds a summary picture of the state of their associated order entities. Lists all blocks of orders, subject to the filter, along with the IDs of orders, placements, allocations and executions in the block, the total quantities of each, and a simple text field describing the overall state. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfOrderGraphBlock > > | ListOrderGraphBlocksWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? paginationToken=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), bool? useComplianceV2=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListOrderGraphBlocks: Lists blocks that pass the filter provided, and builds a summary picture of the state of their associated order entities. Lists all blocks of orders, subject to the filter, along with the IDs of orders, placements, allocations and executions in the block, the total quantities of each, and a simple text field describing the overall state. More... | |
PagedResourceListOfOrderGraphPlacement | ListOrderGraphPlacementChildren (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? paginationToken=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListOrderGraphPlacementChildren: Lists all placements for the parent placement specified by the scope and code, and builds a summary picture of the state of their associated order entities. Lists all child order placements, for the specified parent placement, along with the IDs of the block and order that the placement is for, each placement's quantity, the IDs of all allocations and executions in the placement and the total quantities of those, and a simple text field describing the overall state of the placement. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfOrderGraphPlacement > | ListOrderGraphPlacementChildrenWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? paginationToken=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListOrderGraphPlacementChildren: Lists all placements for the parent placement specified by the scope and code, and builds a summary picture of the state of their associated order entities. Lists all child order placements, for the specified parent placement, along with the IDs of the block and order that the placement is for, each placement's quantity, the IDs of all allocations and executions in the placement and the total quantities of those, and a simple text field describing the overall state of the placement. More... | |
async System.Threading.Tasks.Task< PagedResourceListOfOrderGraphPlacement > | ListOrderGraphPlacementChildrenAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? paginationToken=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListOrderGraphPlacementChildren: Lists all placements for the parent placement specified by the scope and code, and builds a summary picture of the state of their associated order entities. Lists all child order placements, for the specified parent placement, along with the IDs of the block and order that the placement is for, each placement's quantity, the IDs of all allocations and executions in the placement and the total quantities of those, and a simple text field describing the overall state of the placement. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfOrderGraphPlacement > > | ListOrderGraphPlacementChildrenWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), string? paginationToken=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListOrderGraphPlacementChildren: Lists all placements for the parent placement specified by the scope and code, and builds a summary picture of the state of their associated order entities. Lists all child order placements, for the specified parent placement, along with the IDs of the block and order that the placement is for, each placement's quantity, the IDs of all allocations and executions in the placement and the total quantities of those, and a simple text field describing the overall state of the placement. More... | |
PagedResourceListOfOrderGraphPlacement | ListOrderGraphPlacements (DateTimeOffset? asAt=default(DateTimeOffset?), string? paginationToken=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListOrderGraphPlacements: Lists placements that pass the filter provided, and builds a summary picture of the state of their associated order entities. Lists all order placements, subject to the filter, along with the IDs of the block and order that the placement is for, each placement's quantity, the IDs of all allocations and executions in the placement and the total quantities of those, and a simple text field describing the overall state of the placement. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfOrderGraphPlacement > | ListOrderGraphPlacementsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? paginationToken=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListOrderGraphPlacements: Lists placements that pass the filter provided, and builds a summary picture of the state of their associated order entities. Lists all order placements, subject to the filter, along with the IDs of the block and order that the placement is for, each placement's quantity, the IDs of all allocations and executions in the placement and the total quantities of those, and a simple text field describing the overall state of the placement. More... | |
async System.Threading.Tasks.Task< PagedResourceListOfOrderGraphPlacement > | ListOrderGraphPlacementsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? paginationToken=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListOrderGraphPlacements: Lists placements that pass the filter provided, and builds a summary picture of the state of their associated order entities. Lists all order placements, subject to the filter, along with the IDs of the block and order that the placement is for, each placement's quantity, the IDs of all allocations and executions in the placement and the total quantities of those, and a simple text field describing the overall state of the placement. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfOrderGraphPlacement > > | ListOrderGraphPlacementsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? paginationToken=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListOrderGraphPlacements: Lists placements that pass the filter provided, and builds a summary picture of the state of their associated order entities. Lists all order placements, subject to the filter, along with the IDs of the block and order that the placement is for, each placement's quantity, the IDs of all allocations and executions in the placement and the total quantities of those, and a simple text field describing the overall state of the placement. More... | |
Properties | |
Lusid.Sdk.Client.IAsynchronousClient | AsynchronousClient [get, set] |
The client for accessing this underlying API asynchronously. More... | |
Lusid.Sdk.Client.ISynchronousClient | Client [get, set] |
The client for accessing this underlying API synchronously. More... | |
Lusid.Sdk.Client.IReadableConfiguration | Configuration [get, set] |
Gets or sets the configuration object More... | |
Lusid.Sdk.Client.ExceptionFactory | ExceptionFactory [get, set] |
Provides a factory method hook for the creation of exceptions. More... | |
Properties inherited from Lusid.Sdk.Client.IApiAccessor | |
IReadableConfiguration | Configuration [get, set] |
Gets or sets the configuration object More... | |
ExceptionFactory | ExceptionFactory [get, set] |
Provides a factory method hook for the creation of exceptions. More... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the OrderGraphApi class.
|
inline |
Initializes a new instance of the OrderGraphApi class.
|
inline |
Initializes a new instance of the OrderGraphApi class using Configuration object
configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the OrderGraphApi class using a Configuration object and client instance.
client | The client interface for synchronous API access. |
asyncClient | The client interface for asynchronous API access. |
configuration | The configuration object. |
|
inline |
|
inline |
ListOrderGraphBlocks: Lists blocks that pass the filter provided, and builds a summary picture of the state of their associated order entities. Lists all blocks of orders, subject to the filter, along with the IDs of orders, placements, allocations and executions in the block, the total quantities of each, and a simple text field describing the overall state.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | See https://support.lusid.com/knowledgebase/article/KA-01832/ (optional) |
paginationToken | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
limit | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
filter | See https://support.lusid.com/knowledgebase/article/KA-01914/ (optional, default to "") |
propertyKeys | Must be block-level properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional) |
useComplianceV2 | Whether to use the V2 compliance engine when deriving compliance statuses for orders. (default: false) (optional, default to false) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IOrderGraphApiSync.
|
inline |
ListOrderGraphBlocks: Lists blocks that pass the filter provided, and builds a summary picture of the state of their associated order entities. Lists all blocks of orders, subject to the filter, along with the IDs of orders, placements, allocations and executions in the block, the total quantities of each, and a simple text field describing the overall state.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | See https://support.lusid.com/knowledgebase/article/KA-01832/ (optional) |
paginationToken | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
limit | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
filter | See https://support.lusid.com/knowledgebase/article/KA-01914/ (optional, default to "") |
propertyKeys | Must be block-level properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional) |
useComplianceV2 | Whether to use the V2 compliance engine when deriving compliance statuses for orders. (default: false) (optional, default to false) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IOrderGraphApiAsync.
|
inline |
ListOrderGraphBlocks: Lists blocks that pass the filter provided, and builds a summary picture of the state of their associated order entities. Lists all blocks of orders, subject to the filter, along with the IDs of orders, placements, allocations and executions in the block, the total quantities of each, and a simple text field describing the overall state.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | See https://support.lusid.com/knowledgebase/article/KA-01832/ (optional) |
paginationToken | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
limit | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
filter | See https://support.lusid.com/knowledgebase/article/KA-01914/ (optional, default to "") |
propertyKeys | Must be block-level properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional) |
useComplianceV2 | Whether to use the V2 compliance engine when deriving compliance statuses for orders. (default: false) (optional, default to false) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IOrderGraphApiSync.
|
inline |
ListOrderGraphBlocks: Lists blocks that pass the filter provided, and builds a summary picture of the state of their associated order entities. Lists all blocks of orders, subject to the filter, along with the IDs of orders, placements, allocations and executions in the block, the total quantities of each, and a simple text field describing the overall state.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | See https://support.lusid.com/knowledgebase/article/KA-01832/ (optional) |
paginationToken | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
limit | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
filter | See https://support.lusid.com/knowledgebase/article/KA-01914/ (optional, default to "") |
propertyKeys | Must be block-level properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional) |
useComplianceV2 | Whether to use the V2 compliance engine when deriving compliance statuses for orders. (default: false) (optional, default to false) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IOrderGraphApiAsync.
|
inline |
[EARLY ACCESS] ListOrderGraphPlacementChildren: Lists all placements for the parent placement specified by the scope and code, and builds a summary picture of the state of their associated order entities. Lists all child order placements, for the specified parent placement, along with the IDs of the block and order that the placement is for, each placement's quantity, the IDs of all allocations and executions in the placement and the total quantities of those, and a simple text field describing the overall state of the placement.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The parent placement's scope |
code | The parent placement's code |
asAt | See https://support.lusid.com/knowledgebase/article/KA-01832/ (optional) |
paginationToken | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
sortBy | Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName. (optional) |
limit | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
propertyKeys | Must be placement properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IOrderGraphApiSync.
|
inline |
[EARLY ACCESS] ListOrderGraphPlacementChildren: Lists all placements for the parent placement specified by the scope and code, and builds a summary picture of the state of their associated order entities. Lists all child order placements, for the specified parent placement, along with the IDs of the block and order that the placement is for, each placement's quantity, the IDs of all allocations and executions in the placement and the total quantities of those, and a simple text field describing the overall state of the placement.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The parent placement's scope |
code | The parent placement's code |
asAt | See https://support.lusid.com/knowledgebase/article/KA-01832/ (optional) |
paginationToken | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
sortBy | Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName. (optional) |
limit | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
propertyKeys | Must be placement properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IOrderGraphApiAsync.
|
inline |
[EARLY ACCESS] ListOrderGraphPlacementChildren: Lists all placements for the parent placement specified by the scope and code, and builds a summary picture of the state of their associated order entities. Lists all child order placements, for the specified parent placement, along with the IDs of the block and order that the placement is for, each placement's quantity, the IDs of all allocations and executions in the placement and the total quantities of those, and a simple text field describing the overall state of the placement.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The parent placement's scope |
code | The parent placement's code |
asAt | See https://support.lusid.com/knowledgebase/article/KA-01832/ (optional) |
paginationToken | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
sortBy | Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName. (optional) |
limit | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
propertyKeys | Must be placement properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IOrderGraphApiSync.
|
inline |
[EARLY ACCESS] ListOrderGraphPlacementChildren: Lists all placements for the parent placement specified by the scope and code, and builds a summary picture of the state of their associated order entities. Lists all child order placements, for the specified parent placement, along with the IDs of the block and order that the placement is for, each placement's quantity, the IDs of all allocations and executions in the placement and the total quantities of those, and a simple text field describing the overall state of the placement.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The parent placement's scope |
code | The parent placement's code |
asAt | See https://support.lusid.com/knowledgebase/article/KA-01832/ (optional) |
paginationToken | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
sortBy | Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName. (optional) |
limit | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
propertyKeys | Must be placement properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IOrderGraphApiAsync.
|
inline |
ListOrderGraphPlacements: Lists placements that pass the filter provided, and builds a summary picture of the state of their associated order entities. Lists all order placements, subject to the filter, along with the IDs of the block and order that the placement is for, each placement's quantity, the IDs of all allocations and executions in the placement and the total quantities of those, and a simple text field describing the overall state of the placement.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | See https://support.lusid.com/knowledgebase/article/KA-01832/ (optional) |
paginationToken | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
limit | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
filter | See https://support.lusid.com/knowledgebase/article/KA-01914/ (optional, default to "") |
propertyKeys | Must be placement properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IOrderGraphApiSync.
|
inline |
ListOrderGraphPlacements: Lists placements that pass the filter provided, and builds a summary picture of the state of their associated order entities. Lists all order placements, subject to the filter, along with the IDs of the block and order that the placement is for, each placement's quantity, the IDs of all allocations and executions in the placement and the total quantities of those, and a simple text field describing the overall state of the placement.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | See https://support.lusid.com/knowledgebase/article/KA-01832/ (optional) |
paginationToken | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
limit | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
filter | See https://support.lusid.com/knowledgebase/article/KA-01914/ (optional, default to "") |
propertyKeys | Must be placement properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IOrderGraphApiAsync.
|
inline |
ListOrderGraphPlacements: Lists placements that pass the filter provided, and builds a summary picture of the state of their associated order entities. Lists all order placements, subject to the filter, along with the IDs of the block and order that the placement is for, each placement's quantity, the IDs of all allocations and executions in the placement and the total quantities of those, and a simple text field describing the overall state of the placement.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | See https://support.lusid.com/knowledgebase/article/KA-01832/ (optional) |
paginationToken | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
limit | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
filter | See https://support.lusid.com/knowledgebase/article/KA-01914/ (optional, default to "") |
propertyKeys | Must be placement properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IOrderGraphApiSync.
|
inline |
ListOrderGraphPlacements: Lists placements that pass the filter provided, and builds a summary picture of the state of their associated order entities. Lists all order placements, subject to the filter, along with the IDs of the block and order that the placement is for, each placement's quantity, the IDs of all allocations and executions in the placement and the total quantities of those, and a simple text field describing the overall state of the placement.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | See https://support.lusid.com/knowledgebase/article/KA-01832/ (optional) |
paginationToken | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
limit | See https://support.lusid.com/knowledgebase/article/KA-01915/ (optional) |
filter | See https://support.lusid.com/knowledgebase/article/KA-01914/ (optional, default to "") |
propertyKeys | Must be placement properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IOrderGraphApiAsync.
|
getset |
The client for accessing this underlying API asynchronously.
|
getset |
The client for accessing this underlying API synchronously.
|
getset |
Gets or sets the configuration object
An instance of the Configuration
|
getset |
Provides a factory method hook for the creation of exceptions.