LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Additional Inherited Members | |
Public Member Functions inherited from Lusid.Sdk.Api.IExecutionsApiSync | |
DeletedEntityResponse | DeleteExecution (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteExecution: Delete execution More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteExecutionWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteExecution: Delete execution More... | |
Execution | GetExecution (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetExecution: Get Execution More... | |
Lusid.Sdk.Client.ApiResponse< Execution > | GetExecutionWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetExecution: Get Execution 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, ConfigurationOptions? opts=null) |
ListExecutions: List Executions More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfExecution > | 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, ConfigurationOptions? opts=null) |
ListExecutions: List Executions More... | |
ResourceListOfExecution | UpsertExecutions (ExecutionSetRequest? executionSetRequest=default(ExecutionSetRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
UpsertExecutions: Upsert Execution More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfExecution > | UpsertExecutionsWithHttpInfo (ExecutionSetRequest? executionSetRequest=default(ExecutionSetRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
UpsertExecutions: Upsert Execution More... | |
Public Member Functions inherited from Lusid.Sdk.Api.IExecutionsApiAsync | |
System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteExecutionAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteExecution: Delete execution More... | |
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), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteExecution: Delete execution More... | |
System.Threading.Tasks.Task< Execution > | 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), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetExecution: Get Execution More... | |
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), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetExecution: Get Execution More... | |
System.Threading.Tasks.Task< PagedResourceListOfExecution > | 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), ConfigurationOptions? opts=null) |
ListExecutions: List Executions More... | |
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), ConfigurationOptions? opts=null) |
ListExecutions: List Executions More... | |
System.Threading.Tasks.Task< ResourceListOfExecution > | UpsertExecutionsAsync (ExecutionSetRequest? executionSetRequest=default(ExecutionSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
UpsertExecutions: Upsert Execution More... | |
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), ConfigurationOptions? opts=null) |
UpsertExecutions: Upsert Execution More... | |
Represents a collection of functions to interact with the API endpoints