LUSID C# SDK
Public Member Functions | List of all members
Lusid.Sdk.Api.IOrderGraphApiAsync Interface Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.IOrderGraphApiAsync:
Inheritance graph
[legend]

Public Member Functions

System.Threading.Tasks.Task< PagedResourceListOfOrderGraphBlockListOrderGraphBlocksAsync (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))
 [EARLY ACCESS] ListOrderGraphBlocks: Lists blocks that pass the filter provided, and builds a summary picture of the state of their associated order entities. More...
 
System.Threading.Tasks.Task< 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))
 [EARLY ACCESS] ListOrderGraphBlocks: Lists blocks that pass the filter provided, and builds a summary picture of the state of their associated order entities. More...
 
System.Threading.Tasks.Task< PagedResourceListOfOrderGraphPlacementListOrderGraphPlacementChildrenAsync (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))
 [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. More...
 
System.Threading.Tasks.Task< 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))
 [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. More...
 
System.Threading.Tasks.Task< PagedResourceListOfOrderGraphPlacementListOrderGraphPlacementsAsync (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))
 [EARLY ACCESS] ListOrderGraphPlacements: Lists placements that pass the filter provided, and builds a summary picture of the state of their associated order entities. More...
 
System.Threading.Tasks.Task< 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))
 [EARLY ACCESS] ListOrderGraphPlacements: Lists placements that pass the filter provided, and builds a summary picture of the state of their associated order entities. More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
string GetBasePath ()
 Gets the base path of the API client. More...
 

Additional Inherited Members

- 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...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Member Function Documentation

◆ ListOrderGraphBlocksAsync()

System.Threading.Tasks.Task<PagedResourceListOfOrderGraphBlock> Lusid.Sdk.Api.IOrderGraphApiAsync.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) 
)

[EARLY ACCESS] 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.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtSee https://support.lusid.com/knowledgebase/article/KA-01832/ (optional)
paginationTokenSee https://support.lusid.com/knowledgebase/article/KA-01915/ (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitSee https://support.lusid.com/knowledgebase/article/KA-01915/ (optional)
filterSee https://support.lusid.com/knowledgebase/article/KA-01914/ (optional, default to "")
propertyKeysMust be block-level properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional)
useComplianceV2Whether to use the V2 compliance engine when deriving compliance statuses for orders. (default: false) (optional, default to false)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfOrderGraphBlock

Implemented in Lusid.Sdk.Api.OrderGraphApi.

◆ ListOrderGraphBlocksWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<PagedResourceListOfOrderGraphBlock> > Lusid.Sdk.Api.IOrderGraphApiAsync.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) 
)

[EARLY ACCESS] 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.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtSee https://support.lusid.com/knowledgebase/article/KA-01832/ (optional)
paginationTokenSee https://support.lusid.com/knowledgebase/article/KA-01915/ (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitSee https://support.lusid.com/knowledgebase/article/KA-01915/ (optional)
filterSee https://support.lusid.com/knowledgebase/article/KA-01914/ (optional, default to "")
propertyKeysMust be block-level properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional)
useComplianceV2Whether to use the V2 compliance engine when deriving compliance statuses for orders. (default: false) (optional, default to false)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfOrderGraphBlock)

Implemented in Lusid.Sdk.Api.OrderGraphApi.

◆ ListOrderGraphPlacementChildrenAsync()

System.Threading.Tasks.Task<PagedResourceListOfOrderGraphPlacement> Lusid.Sdk.Api.IOrderGraphApiAsync.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) 
)

[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&#39;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.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe parent placement&#39;s scope
codeThe parent placement&#39;s code
asAtSee https://support.lusid.com/knowledgebase/article/KA-01832/ (optional)
paginationTokenSee https://support.lusid.com/knowledgebase/article/KA-01915/ (optional)
sortByOrder the results by these fields. Use use the &#39;-&#39; sign to denote descending order e.g. -MyFieldName. (optional)
limitSee https://support.lusid.com/knowledgebase/article/KA-01915/ (optional)
propertyKeysMust be placement properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfOrderGraphPlacement

Implemented in Lusid.Sdk.Api.OrderGraphApi.

◆ ListOrderGraphPlacementChildrenWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<PagedResourceListOfOrderGraphPlacement> > Lusid.Sdk.Api.IOrderGraphApiAsync.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) 
)

[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&#39;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.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe parent placement&#39;s scope
codeThe parent placement&#39;s code
asAtSee https://support.lusid.com/knowledgebase/article/KA-01832/ (optional)
paginationTokenSee https://support.lusid.com/knowledgebase/article/KA-01915/ (optional)
sortByOrder the results by these fields. Use use the &#39;-&#39; sign to denote descending order e.g. -MyFieldName. (optional)
limitSee https://support.lusid.com/knowledgebase/article/KA-01915/ (optional)
propertyKeysMust be placement properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfOrderGraphPlacement)

Implemented in Lusid.Sdk.Api.OrderGraphApi.

◆ ListOrderGraphPlacementsAsync()

System.Threading.Tasks.Task<PagedResourceListOfOrderGraphPlacement> Lusid.Sdk.Api.IOrderGraphApiAsync.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) 
)

[EARLY ACCESS] 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&#39;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.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtSee https://support.lusid.com/knowledgebase/article/KA-01832/ (optional)
paginationTokenSee https://support.lusid.com/knowledgebase/article/KA-01915/ (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitSee https://support.lusid.com/knowledgebase/article/KA-01915/ (optional)
filterSee https://support.lusid.com/knowledgebase/article/KA-01914/ (optional, default to "")
propertyKeysMust be placement properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfOrderGraphPlacement

Implemented in Lusid.Sdk.Api.OrderGraphApi.

◆ ListOrderGraphPlacementsWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<PagedResourceListOfOrderGraphPlacement> > Lusid.Sdk.Api.IOrderGraphApiAsync.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) 
)

[EARLY ACCESS] 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&#39;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.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtSee https://support.lusid.com/knowledgebase/article/KA-01832/ (optional)
paginationTokenSee https://support.lusid.com/knowledgebase/article/KA-01915/ (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitSee https://support.lusid.com/knowledgebase/article/KA-01915/ (optional)
filterSee https://support.lusid.com/knowledgebase/article/KA-01914/ (optional, default to "")
propertyKeysMust be placement properties. See https://support.lusid.com/knowledgebase/article/KA-01855/ (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfOrderGraphPlacement)

Implemented in Lusid.Sdk.Api.OrderGraphApi.


The documentation for this interface was generated from the following file: