|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...

Public Member Functions | |
| AggregatedReturnsApi () | |
| Initializes a new instance of the AggregatedReturnsApi class. More... | |
| AggregatedReturnsApi (string basePath) | |
| Initializes a new instance of the AggregatedReturnsApi class. More... | |
| AggregatedReturnsApi (Lusid.Sdk.Client.Configuration configuration) | |
| Initializes a new instance of the AggregatedReturnsApi class using Configuration object More... | |
| AggregatedReturnsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
| Initializes a new instance of the AggregatedReturnsApi class using a Configuration object and client instance. More... | |
| string | GetBasePath () |
| Gets the base path of the API client. More... | |
| DeletedEntityResponse | DeleteReturnsEntity (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteReturnsEntity: Delete returns entity. Delete returns entity. More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteReturnsEntityWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteReturnsEntity: Delete returns entity. Delete returns entity. More... | |
| async System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteReturnsEntityAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteReturnsEntity: Delete returns entity. Delete returns entity. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteReturnsEntityWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteReturnsEntity: Delete returns entity. Delete returns entity. More... | |
| ReturnsEntity | GetReturnsEntity (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetReturnsEntity: Get returns entity. Get returns entity. More... | |
| Lusid.Sdk.Client.ApiResponse< ReturnsEntity > | GetReturnsEntityWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetReturnsEntity: Get returns entity. Get returns entity. More... | |
| async System.Threading.Tasks.Task< ReturnsEntity > | GetReturnsEntityAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetReturnsEntity: Get returns entity. Get returns entity. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ReturnsEntity > > | GetReturnsEntityWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetReturnsEntity: Get returns entity. Get returns entity. More... | |
| ResourceListOfReturnsEntity | ListReturnsEntities (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListReturnsEntities: List returns entities. List returns entities. More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfReturnsEntity > | ListReturnsEntitiesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListReturnsEntities: List returns entities. List returns entities. More... | |
| async System.Threading.Tasks.Task< ResourceListOfReturnsEntity > | ListReturnsEntitiesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListReturnsEntities: List returns entities. List returns entities. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfReturnsEntity > > | ListReturnsEntitiesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListReturnsEntities: List returns entities. List returns entities. More... | |
| ReturnsEntity | UpsertReturnsEntity (ReturnsEntity returnsEntity, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpsertReturnsEntity: Upsert returns entity. Upsert returns entity. More... | |
| Lusid.Sdk.Client.ApiResponse< ReturnsEntity > | UpsertReturnsEntityWithHttpInfo (ReturnsEntity returnsEntity, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpsertReturnsEntity: Upsert returns entity. Upsert returns entity. More... | |
| async System.Threading.Tasks.Task< ReturnsEntity > | UpsertReturnsEntityAsync (ReturnsEntity returnsEntity, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpsertReturnsEntity: Upsert returns entity. Upsert returns entity. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ReturnsEntity > > | UpsertReturnsEntityWithHttpInfoAsync (ReturnsEntity returnsEntity, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpsertReturnsEntity: Upsert returns entity. Upsert returns entity. 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... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the AggregatedReturnsApi class.
|
inline |
Initializes a new instance of the AggregatedReturnsApi class.
|
inline |
Initializes a new instance of the AggregatedReturnsApi class using Configuration object
| configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the AggregatedReturnsApi 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 |
[EXPERIMENTAL] DeleteReturnsEntity: Delete returns entity. Delete returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Returns entity scope. |
| code | Returns entity code. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IAggregatedReturnsApiSync.
|
inline |
[EXPERIMENTAL] DeleteReturnsEntity: Delete returns entity. Delete returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Returns entity scope. |
| code | Returns entity code. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IAggregatedReturnsApiAsync.
|
inline |
[EXPERIMENTAL] DeleteReturnsEntity: Delete returns entity. Delete returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Returns entity scope. |
| code | Returns entity code. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IAggregatedReturnsApiSync.
|
inline |
[EXPERIMENTAL] DeleteReturnsEntity: Delete returns entity. Delete returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Returns entity scope. |
| code | Returns entity code. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IAggregatedReturnsApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
[EXPERIMENTAL] GetReturnsEntity: Get returns entity. Get returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Returns entity scope. |
| code | Returns entity code. |
| asAt | The asAt datetime at which to retrieve the returns entity. Defaults to return the latest version of the definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IAggregatedReturnsApiSync.
|
inline |
[EXPERIMENTAL] GetReturnsEntity: Get returns entity. Get returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Returns entity scope. |
| code | Returns entity code. |
| asAt | The asAt datetime at which to retrieve the returns entity. Defaults to return the latest version of the definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IAggregatedReturnsApiAsync.
|
inline |
[EXPERIMENTAL] GetReturnsEntity: Get returns entity. Get returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Returns entity scope. |
| code | Returns entity code. |
| asAt | The asAt datetime at which to retrieve the returns entity. Defaults to return the latest version of the definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IAggregatedReturnsApiSync.
|
inline |
[EXPERIMENTAL] GetReturnsEntity: Get returns entity. Get returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Returns entity scope. |
| code | Returns entity code. |
| asAt | The asAt datetime at which to retrieve the returns entity. Defaults to return the latest version of the definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IAggregatedReturnsApiAsync.
|
inline |
[EXPERIMENTAL] ListReturnsEntities: List returns entities. List returns entities.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the relation definitions. Defaults to return the latest version of each definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IAggregatedReturnsApiSync.
|
inline |
[EXPERIMENTAL] ListReturnsEntities: List returns entities. List returns entities.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the relation definitions. Defaults to return the latest version of each definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IAggregatedReturnsApiAsync.
|
inline |
[EXPERIMENTAL] ListReturnsEntities: List returns entities. List returns entities.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the relation definitions. Defaults to return the latest version of each definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IAggregatedReturnsApiSync.
|
inline |
[EXPERIMENTAL] ListReturnsEntities: List returns entities. List returns entities.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the relation definitions. Defaults to return the latest version of each definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IAggregatedReturnsApiAsync.
|
inline |
[EXPERIMENTAL] UpsertReturnsEntity: Upsert returns entity. Upsert returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| returnsEntity | Definition of the returns entity. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IAggregatedReturnsApiSync.
|
inline |
[EXPERIMENTAL] UpsertReturnsEntity: Upsert returns entity. Upsert returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| returnsEntity | Definition of the returns entity. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IAggregatedReturnsApiAsync.
|
inline |
[EXPERIMENTAL] UpsertReturnsEntity: Upsert returns entity. Upsert returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| returnsEntity | Definition of the returns entity. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IAggregatedReturnsApiSync.
|
inline |
[EXPERIMENTAL] UpsertReturnsEntity: Upsert returns entity. Upsert returns entity.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| returnsEntity | Definition of the returns entity. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IAggregatedReturnsApiAsync.
|
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.