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

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

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

Public Member Functions

System.Threading.Tasks.Task< ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQueryQuerySettlementActivityAsync (SettlementActivityQuery settlementActivityQuery, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] QuerySettlementActivity: Query Settlement Activity More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery > > QuerySettlementActivityWithHttpInfoAsync (SettlementActivityQuery settlementActivityQuery, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] QuerySettlementActivity: Query Settlement Activity More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Member Function Documentation

◆ QuerySettlementActivityAsync()

System.Threading.Tasks.Task<ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery> Lusid.Sdk.Api.ISettlementActivityApiAsync.QuerySettlementActivityAsync ( SettlementActivityQuery  settlementActivityQuery,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)

[EARLY ACCESS] QuerySettlementActivity: Query Settlement Activity

Queries settlement activity (Expected and Settled) for the specified portfolios and/or portfolio groups.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
settlementActivityQueryThe query parameters controlling which settlement activity is returned.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery

Implemented in Lusid.Sdk.Api.SettlementActivityApi.

◆ QuerySettlementActivityWithHttpInfoAsync()

System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery> > Lusid.Sdk.Api.ISettlementActivityApiAsync.QuerySettlementActivityWithHttpInfoAsync ( SettlementActivityQuery  settlementActivityQuery,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken),
ConfigurationOptions opts = null 
)

[EARLY ACCESS] QuerySettlementActivity: Query Settlement Activity

Queries settlement activity (Expected and Settled) for the specified portfolios and/or portfolio groups.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
settlementActivityQueryThe query parameters controlling which settlement activity is returned.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
optsOptions for this request.
Returns
Task of ApiResponse (ResourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery)

Implemented in Lusid.Sdk.Api.SettlementActivityApi.


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