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

Public Member Functions | |
| DerivedTransactionPortfoliosApi () | |
| Initializes a new instance of the DerivedTransactionPortfoliosApi class. More... | |
| DerivedTransactionPortfoliosApi (string basePath) | |
| Initializes a new instance of the DerivedTransactionPortfoliosApi class. More... | |
| DerivedTransactionPortfoliosApi (Lusid.Sdk.Client.Configuration configuration) | |
| Initializes a new instance of the DerivedTransactionPortfoliosApi class using Configuration object More... | |
| DerivedTransactionPortfoliosApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
| Initializes a new instance of the DerivedTransactionPortfoliosApi class using a Configuration object and client instance. More... | |
| string | GetBasePath () |
| Gets the base path of the API client. More... | |
| Portfolio | CreateDerivedPortfolio (string scope, CreateDerivedTransactionPortfolioRequest? createDerivedTransactionPortfolioRequest=default(CreateDerivedTransactionPortfolioRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| CreateDerivedPortfolio: Create derived portfolio Create a derived transaction portfolio from a parent transaction portfolio (which may itself be derived). More... | |
| Lusid.Sdk.Client.ApiResponse< Portfolio > | CreateDerivedPortfolioWithHttpInfo (string scope, CreateDerivedTransactionPortfolioRequest? createDerivedTransactionPortfolioRequest=default(CreateDerivedTransactionPortfolioRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| CreateDerivedPortfolio: Create derived portfolio Create a derived transaction portfolio from a parent transaction portfolio (which may itself be derived). More... | |
| async System.Threading.Tasks.Task< Portfolio > | CreateDerivedPortfolioAsync (string scope, CreateDerivedTransactionPortfolioRequest? createDerivedTransactionPortfolioRequest=default(CreateDerivedTransactionPortfolioRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| CreateDerivedPortfolio: Create derived portfolio Create a derived transaction portfolio from a parent transaction portfolio (which may itself be derived). More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Portfolio > > | CreateDerivedPortfolioWithHttpInfoAsync (string scope, CreateDerivedTransactionPortfolioRequest? createDerivedTransactionPortfolioRequest=default(CreateDerivedTransactionPortfolioRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| CreateDerivedPortfolio: Create derived portfolio Create a derived transaction portfolio from a parent transaction portfolio (which may itself be derived). More... | |
| DeletedEntityResponse | DeleteDerivedPortfolioDetails (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteDerivedPortfolioDetails: Delete derived portfolio details Delete all the portfolio details for a derived transaction portfolio. More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteDerivedPortfolioDetailsWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteDerivedPortfolioDetails: Delete derived portfolio details Delete all the portfolio details for a derived transaction portfolio. More... | |
| async System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteDerivedPortfolioDetailsAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteDerivedPortfolioDetails: Delete derived portfolio details Delete all the portfolio details for a derived transaction portfolio. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteDerivedPortfolioDetailsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteDerivedPortfolioDetails: Delete derived portfolio details Delete all the portfolio details for a derived transaction portfolio. 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 DerivedTransactionPortfoliosApi class.
|
inline |
Initializes a new instance of the DerivedTransactionPortfoliosApi class.
|
inline |
Initializes a new instance of the DerivedTransactionPortfoliosApi class using Configuration object
| configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the DerivedTransactionPortfoliosApi 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 |
CreateDerivedPortfolio: Create derived portfolio Create a derived transaction portfolio from a parent transaction portfolio (which may itself be derived).
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope in which to create the derived transaction portfolio. |
| createDerivedTransactionPortfolioRequest | The definition of the derived transaction portfolio. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiSync.
|
inline |
CreateDerivedPortfolio: Create derived portfolio Create a derived transaction portfolio from a parent transaction portfolio (which may itself be derived).
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope in which to create the derived transaction portfolio. |
| createDerivedTransactionPortfolioRequest | The definition of the derived transaction portfolio. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiAsync.
|
inline |
CreateDerivedPortfolio: Create derived portfolio Create a derived transaction portfolio from a parent transaction portfolio (which may itself be derived).
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope in which to create the derived transaction portfolio. |
| createDerivedTransactionPortfolioRequest | The definition of the derived transaction portfolio. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiSync.
|
inline |
CreateDerivedPortfolio: Create derived portfolio Create a derived transaction portfolio from a parent transaction portfolio (which may itself be derived).
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope in which to create the derived transaction portfolio. |
| createDerivedTransactionPortfolioRequest | The definition of the derived transaction portfolio. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiAsync.
|
inline |
[EARLY ACCESS] DeleteDerivedPortfolioDetails: Delete derived portfolio details Delete all the portfolio details for a derived transaction portfolio.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the derived transaction portfolio. |
| code | The code of the derived transaction portfolio. Together with the scope this uniquely identifies the derived transaction portfolio. |
| effectiveAt | The effective date of the change. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiSync.
|
inline |
[EARLY ACCESS] DeleteDerivedPortfolioDetails: Delete derived portfolio details Delete all the portfolio details for a derived transaction portfolio.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the derived transaction portfolio. |
| code | The code of the derived transaction portfolio. Together with the scope this uniquely identifies the derived transaction portfolio. |
| effectiveAt | The effective date of the change. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiAsync.
|
inline |
[EARLY ACCESS] DeleteDerivedPortfolioDetails: Delete derived portfolio details Delete all the portfolio details for a derived transaction portfolio.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the derived transaction portfolio. |
| code | The code of the derived transaction portfolio. Together with the scope this uniquely identifies the derived transaction portfolio. |
| effectiveAt | The effective date of the change. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiSync.
|
inline |
[EARLY ACCESS] DeleteDerivedPortfolioDetails: Delete derived portfolio details Delete all the portfolio details for a derived transaction portfolio.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the derived transaction portfolio. |
| code | The code of the derived transaction portfolio. Together with the scope this uniquely identifies the derived transaction portfolio. |
| effectiveAt | The effective date of the change. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
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.