LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
AddressKeyDefinitionApi () | |
Initializes a new instance of the AddressKeyDefinitionApi class. More... | |
AddressKeyDefinitionApi (string basePath) | |
Initializes a new instance of the AddressKeyDefinitionApi class. More... | |
AddressKeyDefinitionApi (Lusid.Sdk.Client.Configuration configuration) | |
Initializes a new instance of the AddressKeyDefinitionApi class using Configuration object More... | |
AddressKeyDefinitionApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
Initializes a new instance of the AddressKeyDefinitionApi class using a Configuration object and client instance. More... | |
string | GetBasePath () |
Gets the base path of the API client. More... | |
AddressKeyDefinition | CreateAddressKeyDefinition (CreateAddressKeyDefinitionRequest createAddressKeyDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateAddressKeyDefinition: Create an AddressKeyDefinition. Create the given address key definition. More... | |
Lusid.Sdk.Client.ApiResponse< AddressKeyDefinition > | CreateAddressKeyDefinitionWithHttpInfo (CreateAddressKeyDefinitionRequest createAddressKeyDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateAddressKeyDefinition: Create an AddressKeyDefinition. Create the given address key definition. More... | |
async System.Threading.Tasks.Task< AddressKeyDefinition > | CreateAddressKeyDefinitionAsync (CreateAddressKeyDefinitionRequest createAddressKeyDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateAddressKeyDefinition: Create an AddressKeyDefinition. Create the given address key definition. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AddressKeyDefinition > > | CreateAddressKeyDefinitionWithHttpInfoAsync (CreateAddressKeyDefinitionRequest createAddressKeyDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateAddressKeyDefinition: Create an AddressKeyDefinition. Create the given address key definition. More... | |
AddressKeyDefinition | GetAddressKeyDefinition (string key, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAddressKeyDefinition: Get an AddressKeyDefinition. Get the address key definition with the given address key at the specific asAt time. More... | |
Lusid.Sdk.Client.ApiResponse< AddressKeyDefinition > | GetAddressKeyDefinitionWithHttpInfo (string key, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAddressKeyDefinition: Get an AddressKeyDefinition. Get the address key definition with the given address key at the specific asAt time. More... | |
async System.Threading.Tasks.Task< AddressKeyDefinition > | GetAddressKeyDefinitionAsync (string key, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAddressKeyDefinition: Get an AddressKeyDefinition. Get the address key definition with the given address key at the specific asAt time. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AddressKeyDefinition > > | GetAddressKeyDefinitionWithHttpInfoAsync (string key, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAddressKeyDefinition: Get an AddressKeyDefinition. Get the address key definition with the given address key at the specific asAt time. More... | |
PagedResourceListOfAddressKeyDefinition | ListAddressKeyDefinitions (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListAddressKeyDefinitions: List AddressKeyDefinitions. Fetch the last pre-AsAt date version of each address key definition. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfAddressKeyDefinition > | ListAddressKeyDefinitionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListAddressKeyDefinitions: List AddressKeyDefinitions. Fetch the last pre-AsAt date version of each address key definition. More... | |
async System.Threading.Tasks.Task< PagedResourceListOfAddressKeyDefinition > | ListAddressKeyDefinitionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListAddressKeyDefinitions: List AddressKeyDefinitions. Fetch the last pre-AsAt date version of each address key definition. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfAddressKeyDefinition > > | ListAddressKeyDefinitionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListAddressKeyDefinitions: List AddressKeyDefinitions. Fetch the last pre-AsAt date version of each address key definition. 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 AddressKeyDefinitionApi class.
|
inline |
Initializes a new instance of the AddressKeyDefinitionApi class.
|
inline |
Initializes a new instance of the AddressKeyDefinitionApi class using Configuration object
configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the AddressKeyDefinitionApi 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 |
[EARLY ACCESS] CreateAddressKeyDefinition: Create an AddressKeyDefinition. Create the given address key definition.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
createAddressKeyDefinitionRequest | The request used to create the address key definition. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAddressKeyDefinitionApiSync.
|
inline |
[EARLY ACCESS] CreateAddressKeyDefinition: Create an AddressKeyDefinition. Create the given address key definition.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
createAddressKeyDefinitionRequest | The request used to create the address key definition. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAddressKeyDefinitionApiAsync.
|
inline |
[EARLY ACCESS] CreateAddressKeyDefinition: Create an AddressKeyDefinition. Create the given address key definition.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
createAddressKeyDefinitionRequest | The request used to create the address key definition. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAddressKeyDefinitionApiSync.
|
inline |
[EARLY ACCESS] CreateAddressKeyDefinition: Create an AddressKeyDefinition. Create the given address key definition.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
createAddressKeyDefinitionRequest | The request used to create the address key definition. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAddressKeyDefinitionApiAsync.
|
inline |
[EARLY ACCESS] GetAddressKeyDefinition: Get an AddressKeyDefinition. Get the address key definition with the given address key at the specific asAt time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
key | The address key of the address key definition. |
asAt | The asAt datetime at which to retrieve the address key definition. Defaults to return the latest version of the address key definition if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAddressKeyDefinitionApiSync.
|
inline |
[EARLY ACCESS] GetAddressKeyDefinition: Get an AddressKeyDefinition. Get the address key definition with the given address key at the specific asAt time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
key | The address key of the address key definition. |
asAt | The asAt datetime at which to retrieve the address key definition. Defaults to return the latest version of the address key 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.IAddressKeyDefinitionApiAsync.
|
inline |
[EARLY ACCESS] GetAddressKeyDefinition: Get an AddressKeyDefinition. Get the address key definition with the given address key at the specific asAt time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
key | The address key of the address key definition. |
asAt | The asAt datetime at which to retrieve the address key definition. Defaults to return the latest version of the address key definition if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAddressKeyDefinitionApiSync.
|
inline |
[EARLY ACCESS] GetAddressKeyDefinition: Get an AddressKeyDefinition. Get the address key definition with the given address key at the specific asAt time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
key | The address key of the address key definition. |
asAt | The asAt datetime at which to retrieve the address key definition. Defaults to return the latest version of the address key 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.IAddressKeyDefinitionApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
[EARLY ACCESS] ListAddressKeyDefinitions: List AddressKeyDefinitions. Fetch the last pre-AsAt date version of each address key definition.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to retrieve the address key definition. Defaults to return the latest version of the address key definition if not specified. (optional) |
page | The pagination token to use to continue listing address key definitions from a previous call to list address key definitions. 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) |
limit | When paginating, limit the number of returned results to this many. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAddressKeyDefinitionApiSync.
|
inline |
[EARLY ACCESS] ListAddressKeyDefinitions: List AddressKeyDefinitions. Fetch the last pre-AsAt date version of each address key definition.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to retrieve the address key definition. Defaults to return the latest version of the address key definition if not specified. (optional) |
page | The pagination token to use to continue listing address key definitions from a previous call to list address key definitions. 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) |
limit | When paginating, limit the number of returned results to this many. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAddressKeyDefinitionApiAsync.
|
inline |
[EARLY ACCESS] ListAddressKeyDefinitions: List AddressKeyDefinitions. Fetch the last pre-AsAt date version of each address key definition.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to retrieve the address key definition. Defaults to return the latest version of the address key definition if not specified. (optional) |
page | The pagination token to use to continue listing address key definitions from a previous call to list address key definitions. 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) |
limit | When paginating, limit the number of returned results to this many. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAddressKeyDefinitionApiSync.
|
inline |
[EARLY ACCESS] ListAddressKeyDefinitions: List AddressKeyDefinitions. Fetch the last pre-AsAt date version of each address key definition.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to retrieve the address key definition. Defaults to return the latest version of the address key definition if not specified. (optional) |
page | The pagination token to use to continue listing address key definitions from a previous call to list address key definitions. 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) |
limit | When paginating, limit the number of returned results to this many. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IAddressKeyDefinitionApiAsync.
|
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.