LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Api.ExecutionsApi Class Reference

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

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

Public Member Functions

 ExecutionsApi ()
 Initializes a new instance of the ExecutionsApi class. More...
 
 ExecutionsApi (string basePath)
 Initializes a new instance of the ExecutionsApi class. More...
 
 ExecutionsApi (Lusid.Sdk.Client.Configuration configuration)
 Initializes a new instance of the ExecutionsApi class using Configuration object More...
 
 ExecutionsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration)
 Initializes a new instance of the ExecutionsApi class using a Configuration object and client instance. More...
 
string GetBasePath ()
 Gets the base path of the API client. More...
 
DeletedEntityResponse DeleteExecution (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] DeleteExecution: Delete execution Delete an execution. Deletion will be valid from the execution's creation datetime. This means that the execution will no longer exist at any effective datetime from the asAt datetime of deletion. More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeleteExecutionWithHttpInfo (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] DeleteExecution: Delete execution Delete an execution. Deletion will be valid from the execution&#39;s creation datetime. This means that the execution will no longer exist at any effective datetime from the asAt datetime of deletion. More...
 
async System.Threading.Tasks.Task< DeletedEntityResponseDeleteExecutionAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteExecution: Delete execution Delete an execution. Deletion will be valid from the execution&#39;s creation datetime. This means that the execution will no longer exist at any effective datetime from the asAt datetime of deletion. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > DeleteExecutionWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteExecution: Delete execution Delete an execution. Deletion will be valid from the execution&#39;s creation datetime. This means that the execution will no longer exist at any effective datetime from the asAt datetime of deletion. More...
 
Execution GetExecution (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EARLY ACCESS] GetExecution: Get Execution Fetch a Execution that matches the specified identifier More...
 
Lusid.Sdk.Client.ApiResponse< ExecutionGetExecutionWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EARLY ACCESS] GetExecution: Get Execution Fetch a Execution that matches the specified identifier More...
 
async System.Threading.Tasks.Task< ExecutionGetExecutionAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetExecution: Get Execution Fetch a Execution that matches the specified identifier More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Execution > > GetExecutionWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetExecution: Get Execution Fetch a Execution that matches the specified identifier More...
 
PagedResourceListOfExecution ListExecutions (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=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)
 [EARLY ACCESS] ListExecutions: List Executions Fetch the last pre-AsAt date version of each execution in scope (does not fetch the entire history). More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfExecutionListExecutionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=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)
 [EARLY ACCESS] ListExecutions: List Executions Fetch the last pre-AsAt date version of each execution in scope (does not fetch the entire history). More...
 
async System.Threading.Tasks.Task< PagedResourceListOfExecutionListExecutionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=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] ListExecutions: List Executions Fetch the last pre-AsAt date version of each execution in scope (does not fetch the entire history). More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfExecution > > ListExecutionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=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] ListExecutions: List Executions Fetch the last pre-AsAt date version of each execution in scope (does not fetch the entire history). More...
 
ResourceListOfExecution UpsertExecutions (ExecutionSetRequest? executionSetRequest=default(ExecutionSetRequest?), int operationIndex=0)
 [EARLY ACCESS] UpsertExecutions: Upsert Execution Upsert; update existing executions with given ids, or create new executions otherwise. More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfExecutionUpsertExecutionsWithHttpInfo (ExecutionSetRequest? executionSetRequest=default(ExecutionSetRequest?), int operationIndex=0)
 [EARLY ACCESS] UpsertExecutions: Upsert Execution Upsert; update existing executions with given ids, or create new executions otherwise. More...
 
async System.Threading.Tasks.Task< ResourceListOfExecutionUpsertExecutionsAsync (ExecutionSetRequest? executionSetRequest=default(ExecutionSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertExecutions: Upsert Execution Upsert; update existing executions with given ids, or create new executions otherwise. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfExecution > > UpsertExecutionsWithHttpInfoAsync (ExecutionSetRequest? executionSetRequest=default(ExecutionSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertExecutions: Upsert Execution Upsert; update existing executions with given ids, or create new executions otherwise. 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...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Constructor & Destructor Documentation

◆ ExecutionsApi() [1/4]

Lusid.Sdk.Api.ExecutionsApi.ExecutionsApi ( )
inline

Initializes a new instance of the ExecutionsApi class.

Returns

◆ ExecutionsApi() [2/4]

Lusid.Sdk.Api.ExecutionsApi.ExecutionsApi ( string  basePath)
inline

Initializes a new instance of the ExecutionsApi class.

Returns

◆ ExecutionsApi() [3/4]

Lusid.Sdk.Api.ExecutionsApi.ExecutionsApi ( Lusid.Sdk.Client.Configuration  configuration)
inline

Initializes a new instance of the ExecutionsApi class using Configuration object

Parameters
configurationAn instance of Configuration
Returns

◆ ExecutionsApi() [4/4]

Lusid.Sdk.Api.ExecutionsApi.ExecutionsApi ( Lusid.Sdk.Client.ISynchronousClient  client,
Lusid.Sdk.Client.IAsynchronousClient  asyncClient,
Lusid.Sdk.Client.IReadableConfiguration  configuration 
)
inline

Initializes a new instance of the ExecutionsApi class using a Configuration object and client instance.

Parameters
clientThe client interface for synchronous API access.
asyncClientThe client interface for asynchronous API access.
configurationThe configuration object.

Member Function Documentation

◆ DeleteExecution()

DeletedEntityResponse Lusid.Sdk.Api.ExecutionsApi.DeleteExecution ( string  scope,
string  code,
int  operationIndex = 0 
)
inline

[EARLY ACCESS] DeleteExecution: Delete execution Delete an execution. Deletion will be valid from the execution&#39;s creation datetime. This means that the execution will no longer exist at any effective datetime from the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe execution scope.
codeThe execution&#39;s code. This, together with the scope uniquely identifies the execution to delete.
operationIndexIndex associated with the operation.
Returns
DeletedEntityResponse

Implements Lusid.Sdk.Api.IExecutionsApiSync.

◆ DeleteExecutionAsync()

async System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.ExecutionsApi.DeleteExecutionAsync ( string  scope,
string  code,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] DeleteExecution: Delete execution Delete an execution. Deletion will be valid from the execution&#39;s creation datetime. This means that the execution will no longer exist at any effective datetime from the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe execution scope.
codeThe execution&#39;s code. This, together with the scope uniquely identifies the execution to delete.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of DeletedEntityResponse

Implements Lusid.Sdk.Api.IExecutionsApiAsync.

◆ DeleteExecutionWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.ExecutionsApi.DeleteExecutionWithHttpInfo ( string  scope,
string  code,
int  operationIndex = 0 
)
inline

[EARLY ACCESS] DeleteExecution: Delete execution Delete an execution. Deletion will be valid from the execution&#39;s creation datetime. This means that the execution will no longer exist at any effective datetime from the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe execution scope.
codeThe execution&#39;s code. This, together with the scope uniquely identifies the execution to delete.
operationIndexIndex associated with the operation.
Returns
ApiResponse of DeletedEntityResponse

Implements Lusid.Sdk.Api.IExecutionsApiSync.

◆ DeleteExecutionWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.ExecutionsApi.DeleteExecutionWithHttpInfoAsync ( string  scope,
string  code,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] DeleteExecution: Delete execution Delete an execution. Deletion will be valid from the execution&#39;s creation datetime. This means that the execution will no longer exist at any effective datetime from the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe execution scope.
codeThe execution&#39;s code. This, together with the scope uniquely identifies the execution to delete.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (DeletedEntityResponse)

Implements Lusid.Sdk.Api.IExecutionsApiAsync.

◆ GetBasePath()

string Lusid.Sdk.Api.ExecutionsApi.GetBasePath ( )
inline

Gets the base path of the API client.

The base path

Implements Lusid.Sdk.Client.IApiAccessor.

◆ GetExecution()

Execution Lusid.Sdk.Api.ExecutionsApi.GetExecution ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetExecution: Get Execution Fetch a Execution that matches the specified identifier

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the execution belongs.
codeThe execution&#39;s unique identifier.
asAtThe asAt datetime at which to retrieve the execution. Defaults to return the latest version of the execution if not specified. (optional)
propertyKeysA list of property keys from the &quot;Execution&quot; domain to decorate onto the execution. These take the format {domain}/{scope}/{code} e.g. &quot;Execution/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
Execution

Implements Lusid.Sdk.Api.IExecutionsApiSync.

◆ GetExecutionAsync()

async System.Threading.Tasks.Task<Execution> Lusid.Sdk.Api.ExecutionsApi.GetExecutionAsync ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetExecution: Get Execution Fetch a Execution that matches the specified identifier

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the execution belongs.
codeThe execution&#39;s unique identifier.
asAtThe asAt datetime at which to retrieve the execution. Defaults to return the latest version of the execution if not specified. (optional)
propertyKeysA list of property keys from the &quot;Execution&quot; domain to decorate onto the execution. These take the format {domain}/{scope}/{code} e.g. &quot;Execution/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of Execution

Implements Lusid.Sdk.Api.IExecutionsApiAsync.

◆ GetExecutionWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<Execution> Lusid.Sdk.Api.ExecutionsApi.GetExecutionWithHttpInfo ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetExecution: Get Execution Fetch a Execution that matches the specified identifier

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the execution belongs.
codeThe execution&#39;s unique identifier.
asAtThe asAt datetime at which to retrieve the execution. Defaults to return the latest version of the execution if not specified. (optional)
propertyKeysA list of property keys from the &quot;Execution&quot; domain to decorate onto the execution. These take the format {domain}/{scope}/{code} e.g. &quot;Execution/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of Execution

Implements Lusid.Sdk.Api.IExecutionsApiSync.

◆ GetExecutionWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<Execution> > Lusid.Sdk.Api.ExecutionsApi.GetExecutionWithHttpInfoAsync ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetExecution: Get Execution Fetch a Execution that matches the specified identifier

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the execution belongs.
codeThe execution&#39;s unique identifier.
asAtThe asAt datetime at which to retrieve the execution. Defaults to return the latest version of the execution if not specified. (optional)
propertyKeysA list of property keys from the &quot;Execution&quot; domain to decorate onto the execution. These take the format {domain}/{scope}/{code} e.g. &quot;Execution/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (Execution)

Implements Lusid.Sdk.Api.IExecutionsApiAsync.

◆ ListExecutions()

PagedResourceListOfExecution Lusid.Sdk.Api.ExecutionsApi.ListExecutions ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = 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 
)
inline

[EARLY ACCESS] ListExecutions: List Executions Fetch the last pre-AsAt date version of each execution in scope (does not fetch the entire history).

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the execution. Defaults to return the latest version of the execution if not specified. (optional)
pageThe pagination token to use to continue listing execution from a previous call to list executions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
propertyKeysA list of property keys from the &quot;Execution&quot; domain to decorate onto each execution. These take the format {domain}/{scope}/{code} e.g. &quot;Execution/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfExecution

Implements Lusid.Sdk.Api.IExecutionsApiSync.

◆ ListExecutionsAsync()

async System.Threading.Tasks.Task<PagedResourceListOfExecution> Lusid.Sdk.Api.ExecutionsApi.ListExecutionsAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = 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) 
)
inline

[EARLY ACCESS] ListExecutions: List Executions Fetch the last pre-AsAt date version of each execution in scope (does not fetch the entire history).

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the execution. Defaults to return the latest version of the execution if not specified. (optional)
pageThe pagination token to use to continue listing execution from a previous call to list executions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
propertyKeysA list of property keys from the &quot;Execution&quot; domain to decorate onto each execution. These take the format {domain}/{scope}/{code} e.g. &quot;Execution/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfExecution

Implements Lusid.Sdk.Api.IExecutionsApiAsync.

◆ ListExecutionsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfExecution> Lusid.Sdk.Api.ExecutionsApi.ListExecutionsWithHttpInfo ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = 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 
)
inline

[EARLY ACCESS] ListExecutions: List Executions Fetch the last pre-AsAt date version of each execution in scope (does not fetch the entire history).

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the execution. Defaults to return the latest version of the execution if not specified. (optional)
pageThe pagination token to use to continue listing execution from a previous call to list executions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
propertyKeysA list of property keys from the &quot;Execution&quot; domain to decorate onto each execution. These take the format {domain}/{scope}/{code} e.g. &quot;Execution/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfExecution

Implements Lusid.Sdk.Api.IExecutionsApiSync.

◆ ListExecutionsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfExecution> > Lusid.Sdk.Api.ExecutionsApi.ListExecutionsWithHttpInfoAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = 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) 
)
inline

[EARLY ACCESS] ListExecutions: List Executions Fetch the last pre-AsAt date version of each execution in scope (does not fetch the entire history).

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the execution. Defaults to return the latest version of the execution if not specified. (optional)
pageThe pagination token to use to continue listing execution from a previous call to list executions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
propertyKeysA list of property keys from the &quot;Execution&quot; domain to decorate onto each execution. These take the format {domain}/{scope}/{code} e.g. &quot;Execution/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfExecution)

Implements Lusid.Sdk.Api.IExecutionsApiAsync.

◆ UpsertExecutions()

ResourceListOfExecution Lusid.Sdk.Api.ExecutionsApi.UpsertExecutions ( ExecutionSetRequest executionSetRequest = default(ExecutionSetRequest?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] UpsertExecutions: Upsert Execution Upsert; update existing executions with given ids, or create new executions otherwise.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
executionSetRequestThe collection of execution requests. (optional)
operationIndexIndex associated with the operation.
Returns
ResourceListOfExecution

Implements Lusid.Sdk.Api.IExecutionsApiSync.

◆ UpsertExecutionsAsync()

async System.Threading.Tasks.Task<ResourceListOfExecution> Lusid.Sdk.Api.ExecutionsApi.UpsertExecutionsAsync ( ExecutionSetRequest executionSetRequest = default(ExecutionSetRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] UpsertExecutions: Upsert Execution Upsert; update existing executions with given ids, or create new executions otherwise.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
executionSetRequestThe collection of execution requests. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ResourceListOfExecution

Implements Lusid.Sdk.Api.IExecutionsApiAsync.

◆ UpsertExecutionsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ResourceListOfExecution> Lusid.Sdk.Api.ExecutionsApi.UpsertExecutionsWithHttpInfo ( ExecutionSetRequest executionSetRequest = default(ExecutionSetRequest?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] UpsertExecutions: Upsert Execution Upsert; update existing executions with given ids, or create new executions otherwise.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
executionSetRequestThe collection of execution requests. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of ResourceListOfExecution

Implements Lusid.Sdk.Api.IExecutionsApiSync.

◆ UpsertExecutionsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ResourceListOfExecution> > Lusid.Sdk.Api.ExecutionsApi.UpsertExecutionsWithHttpInfoAsync ( ExecutionSetRequest executionSetRequest = default(ExecutionSetRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] UpsertExecutions: Upsert Execution Upsert; update existing executions with given ids, or create new executions otherwise.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
executionSetRequestThe collection of execution requests. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (ResourceListOfExecution)

Implements Lusid.Sdk.Api.IExecutionsApiAsync.

Property Documentation

◆ AsynchronousClient

Lusid.Sdk.Client.IAsynchronousClient Lusid.Sdk.Api.ExecutionsApi.AsynchronousClient
getset

The client for accessing this underlying API asynchronously.

◆ Client

Lusid.Sdk.Client.ISynchronousClient Lusid.Sdk.Api.ExecutionsApi.Client
getset

The client for accessing this underlying API synchronously.

◆ Configuration

Lusid.Sdk.Client.IReadableConfiguration Lusid.Sdk.Api.ExecutionsApi.Configuration
getset

Gets or sets the configuration object

An instance of the Configuration

◆ ExceptionFactory

Lusid.Sdk.Client.ExceptionFactory Lusid.Sdk.Api.ExecutionsApi.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


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