LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
ReferencePortfolioApi () | |
Initializes a new instance of the ReferencePortfolioApi class. More... | |
ReferencePortfolioApi (string basePath) | |
Initializes a new instance of the ReferencePortfolioApi class. More... | |
ReferencePortfolioApi (Lusid.Sdk.Client.Configuration configuration) | |
Initializes a new instance of the ReferencePortfolioApi class using Configuration object More... | |
ReferencePortfolioApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
Initializes a new instance of the ReferencePortfolioApi class using a Configuration object and client instance. More... | |
string | GetBasePath () |
Gets the base path of the API client. More... | |
Portfolio | CreateReferencePortfolio (string scope, CreateReferencePortfolioRequest createReferencePortfolioRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
CreateReferencePortfolio: Create reference portfolio Create a reference portfolio in a particular scope. More... | |
Lusid.Sdk.Client.ApiResponse< Portfolio > | CreateReferencePortfolioWithHttpInfo (string scope, CreateReferencePortfolioRequest createReferencePortfolioRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
CreateReferencePortfolio: Create reference portfolio Create a reference portfolio in a particular scope. More... | |
async System.Threading.Tasks.Task< Portfolio > | CreateReferencePortfolioAsync (string scope, CreateReferencePortfolioRequest createReferencePortfolioRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
CreateReferencePortfolio: Create reference portfolio Create a reference portfolio in a particular scope. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Portfolio > > | CreateReferencePortfolioWithHttpInfoAsync (string scope, CreateReferencePortfolioRequest createReferencePortfolioRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
CreateReferencePortfolio: Create reference portfolio Create a reference portfolio in a particular scope. More... | |
GetReferencePortfolioConstituentsResponse | GetReferencePortfolioConstituents (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetReferencePortfolioConstituents: Get reference portfolio constituents Get constituents from a reference portfolio at a particular effective time. More... | |
Lusid.Sdk.Client.ApiResponse< GetReferencePortfolioConstituentsResponse > | GetReferencePortfolioConstituentsWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetReferencePortfolioConstituents: Get reference portfolio constituents Get constituents from a reference portfolio at a particular effective time. More... | |
async System.Threading.Tasks.Task< GetReferencePortfolioConstituentsResponse > | GetReferencePortfolioConstituentsAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetReferencePortfolioConstituents: Get reference portfolio constituents Get constituents from a reference portfolio at a particular effective time. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetReferencePortfolioConstituentsResponse > > | GetReferencePortfolioConstituentsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetReferencePortfolioConstituents: Get reference portfolio constituents Get constituents from a reference portfolio at a particular effective time. More... | |
ResourceListOfConstituentsAdjustmentHeader | ListConstituentsAdjustments (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAtTime=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListConstituentsAdjustments: List constituents adjustments List adjustments made to constituents in a reference portfolio. More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfConstituentsAdjustmentHeader > | ListConstituentsAdjustmentsWithHttpInfo (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAtTime=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListConstituentsAdjustments: List constituents adjustments List adjustments made to constituents in a reference portfolio. More... | |
async System.Threading.Tasks.Task< ResourceListOfConstituentsAdjustmentHeader > | ListConstituentsAdjustmentsAsync (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAtTime=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListConstituentsAdjustments: List constituents adjustments List adjustments made to constituents in a reference portfolio. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfConstituentsAdjustmentHeader > > | ListConstituentsAdjustmentsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAtTime=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListConstituentsAdjustments: List constituents adjustments List adjustments made to constituents in a reference portfolio. More... | |
UpsertReferencePortfolioConstituentPropertiesResponse | UpsertReferencePortfolioConstituentProperties (string scope, string code, UpsertReferencePortfolioConstituentPropertiesRequest upsertReferencePortfolioConstituentPropertiesRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertReferencePortfolioConstituentProperties: Upsert constituent properties Create or update one or more constituent properties for a single constituent in the reference portfolio. Each property will be updated if it already exists, created if it does not and deleted if value is null. Both constituent and portfolio must exist at the time when properties are created or updated. More... | |
Lusid.Sdk.Client.ApiResponse< UpsertReferencePortfolioConstituentPropertiesResponse > | UpsertReferencePortfolioConstituentPropertiesWithHttpInfo (string scope, string code, UpsertReferencePortfolioConstituentPropertiesRequest upsertReferencePortfolioConstituentPropertiesRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertReferencePortfolioConstituentProperties: Upsert constituent properties Create or update one or more constituent properties for a single constituent in the reference portfolio. Each property will be updated if it already exists, created if it does not and deleted if value is null. Both constituent and portfolio must exist at the time when properties are created or updated. More... | |
async System.Threading.Tasks.Task< UpsertReferencePortfolioConstituentPropertiesResponse > | UpsertReferencePortfolioConstituentPropertiesAsync (string scope, string code, UpsertReferencePortfolioConstituentPropertiesRequest upsertReferencePortfolioConstituentPropertiesRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertReferencePortfolioConstituentProperties: Upsert constituent properties Create or update one or more constituent properties for a single constituent in the reference portfolio. Each property will be updated if it already exists, created if it does not and deleted if value is null. Both constituent and portfolio must exist at the time when properties are created or updated. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertReferencePortfolioConstituentPropertiesResponse > > | UpsertReferencePortfolioConstituentPropertiesWithHttpInfoAsync (string scope, string code, UpsertReferencePortfolioConstituentPropertiesRequest upsertReferencePortfolioConstituentPropertiesRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertReferencePortfolioConstituentProperties: Upsert constituent properties Create or update one or more constituent properties for a single constituent in the reference portfolio. Each property will be updated if it already exists, created if it does not and deleted if value is null. Both constituent and portfolio must exist at the time when properties are created or updated. More... | |
UpsertReferencePortfolioConstituentsResponse | UpsertReferencePortfolioConstituents (string scope, string code, UpsertReferencePortfolioConstituentsRequest upsertReferencePortfolioConstituentsRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
UpsertReferencePortfolioConstituents: Upsert reference portfolio constituents Add constituents to a reference portfolio. More... | |
Lusid.Sdk.Client.ApiResponse< UpsertReferencePortfolioConstituentsResponse > | UpsertReferencePortfolioConstituentsWithHttpInfo (string scope, string code, UpsertReferencePortfolioConstituentsRequest upsertReferencePortfolioConstituentsRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
UpsertReferencePortfolioConstituents: Upsert reference portfolio constituents Add constituents to a reference portfolio. More... | |
async System.Threading.Tasks.Task< UpsertReferencePortfolioConstituentsResponse > | UpsertReferencePortfolioConstituentsAsync (string scope, string code, UpsertReferencePortfolioConstituentsRequest upsertReferencePortfolioConstituentsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
UpsertReferencePortfolioConstituents: Upsert reference portfolio constituents Add constituents to a reference portfolio. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertReferencePortfolioConstituentsResponse > > | UpsertReferencePortfolioConstituentsWithHttpInfoAsync (string scope, string code, UpsertReferencePortfolioConstituentsRequest upsertReferencePortfolioConstituentsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
UpsertReferencePortfolioConstituents: Upsert reference portfolio constituents Add constituents to a reference 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 ReferencePortfolioApi class.
|
inline |
Initializes a new instance of the ReferencePortfolioApi class.
|
inline |
Initializes a new instance of the ReferencePortfolioApi class using Configuration object
configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the ReferencePortfolioApi 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 |
CreateReferencePortfolio: Create reference portfolio Create a reference portfolio in a particular scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope in which to create the reference portfolio. |
createReferencePortfolioRequest | The definition of the reference portfolio. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiSync.
|
inline |
CreateReferencePortfolio: Create reference portfolio Create a reference portfolio in a particular scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope in which to create the reference portfolio. |
createReferencePortfolioRequest | The definition of the reference portfolio. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiAsync.
|
inline |
CreateReferencePortfolio: Create reference portfolio Create a reference portfolio in a particular scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope in which to create the reference portfolio. |
createReferencePortfolioRequest | The definition of the reference portfolio. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiSync.
|
inline |
CreateReferencePortfolio: Create reference portfolio Create a reference portfolio in a particular scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope in which to create the reference portfolio. |
createReferencePortfolioRequest | The definition of the reference portfolio. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
GetReferencePortfolioConstituents: Get reference portfolio constituents Get constituents from a reference portfolio at a particular effective time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the reference portfolio. |
code | The code of the reference portfolio. Together with the scope this uniquely identifies the reference portfolio. |
effectiveAt | The effective date of the constituents to retrieve. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve constituents. Defaults to return the latest version of each constituent if not specified. (optional) |
propertyKeys | A list of property keys from the 'Instrument' or 'ReferenceHolding' domain to decorate onto constituents. These take the format {domain}/{scope}/{code} e.g. 'Instrument/system/Name' or 'ReferenceHolding/strategy/quantsignal'. Defaults to return all available instrument and reference holding properties if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiSync.
|
inline |
GetReferencePortfolioConstituents: Get reference portfolio constituents Get constituents from a reference portfolio at a particular effective time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the reference portfolio. |
code | The code of the reference portfolio. Together with the scope this uniquely identifies the reference portfolio. |
effectiveAt | The effective date of the constituents to retrieve. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve constituents. Defaults to return the latest version of each constituent if not specified. (optional) |
propertyKeys | A list of property keys from the 'Instrument' or 'ReferenceHolding' domain to decorate onto constituents. These take the format {domain}/{scope}/{code} e.g. 'Instrument/system/Name' or 'ReferenceHolding/strategy/quantsignal'. Defaults to return all available instrument and reference holding properties 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.IReferencePortfolioApiAsync.
|
inline |
GetReferencePortfolioConstituents: Get reference portfolio constituents Get constituents from a reference portfolio at a particular effective time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the reference portfolio. |
code | The code of the reference portfolio. Together with the scope this uniquely identifies the reference portfolio. |
effectiveAt | The effective date of the constituents to retrieve. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve constituents. Defaults to return the latest version of each constituent if not specified. (optional) |
propertyKeys | A list of property keys from the 'Instrument' or 'ReferenceHolding' domain to decorate onto constituents. These take the format {domain}/{scope}/{code} e.g. 'Instrument/system/Name' or 'ReferenceHolding/strategy/quantsignal'. Defaults to return all available instrument and reference holding properties if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiSync.
|
inline |
GetReferencePortfolioConstituents: Get reference portfolio constituents Get constituents from a reference portfolio at a particular effective time.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the reference portfolio. |
code | The code of the reference portfolio. Together with the scope this uniquely identifies the reference portfolio. |
effectiveAt | The effective date of the constituents to retrieve. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve constituents. Defaults to return the latest version of each constituent if not specified. (optional) |
propertyKeys | A list of property keys from the 'Instrument' or 'ReferenceHolding' domain to decorate onto constituents. These take the format {domain}/{scope}/{code} e.g. 'Instrument/system/Name' or 'ReferenceHolding/strategy/quantsignal'. Defaults to return all available instrument and reference holding properties 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.IReferencePortfolioApiAsync.
|
inline |
ListConstituentsAdjustments: List constituents adjustments List adjustments made to constituents in a reference portfolio.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the reference portfolio. |
code | The code of the reference portfolio. Together with the scope this uniquely identifies the reference portfolio. |
fromEffectiveAt | Events between this time (inclusive) and the toEffectiveAt are returned. |
toEffectiveAt | Events between this time (inclusive) and the fromEffectiveAt are returned. |
asAtTime | The asAt time for which the result is valid. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiSync.
|
inline |
ListConstituentsAdjustments: List constituents adjustments List adjustments made to constituents in a reference portfolio.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the reference portfolio. |
code | The code of the reference portfolio. Together with the scope this uniquely identifies the reference portfolio. |
fromEffectiveAt | Events between this time (inclusive) and the toEffectiveAt are returned. |
toEffectiveAt | Events between this time (inclusive) and the fromEffectiveAt are returned. |
asAtTime | The asAt time for which the result is valid. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiAsync.
|
inline |
ListConstituentsAdjustments: List constituents adjustments List adjustments made to constituents in a reference portfolio.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the reference portfolio. |
code | The code of the reference portfolio. Together with the scope this uniquely identifies the reference portfolio. |
fromEffectiveAt | Events between this time (inclusive) and the toEffectiveAt are returned. |
toEffectiveAt | Events between this time (inclusive) and the fromEffectiveAt are returned. |
asAtTime | The asAt time for which the result is valid. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiSync.
|
inline |
ListConstituentsAdjustments: List constituents adjustments List adjustments made to constituents in a reference portfolio.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the reference portfolio. |
code | The code of the reference portfolio. Together with the scope this uniquely identifies the reference portfolio. |
fromEffectiveAt | Events between this time (inclusive) and the toEffectiveAt are returned. |
toEffectiveAt | Events between this time (inclusive) and the fromEffectiveAt are returned. |
asAtTime | The asAt time for which the result is valid. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiAsync.
|
inline |
[EARLY ACCESS] UpsertReferencePortfolioConstituentProperties: Upsert constituent properties Create or update one or more constituent properties for a single constituent in the reference portfolio. Each property will be updated if it already exists, created if it does not and deleted if value is null. Both constituent and portfolio must exist at the time when properties are created or updated.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the reference portfolio. |
code | The code of the reference portfolio. Together with the scope this uniquely identifies the reference portfolio. |
upsertReferencePortfolioConstituentPropertiesRequest | The request to modify properties for the constituent. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiSync.
|
inline |
[EARLY ACCESS] UpsertReferencePortfolioConstituentProperties: Upsert constituent properties Create or update one or more constituent properties for a single constituent in the reference portfolio. Each property will be updated if it already exists, created if it does not and deleted if value is null. Both constituent and portfolio must exist at the time when properties are created or updated.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the reference portfolio. |
code | The code of the reference portfolio. Together with the scope this uniquely identifies the reference portfolio. |
upsertReferencePortfolioConstituentPropertiesRequest | The request to modify properties for the constituent. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiAsync.
|
inline |
[EARLY ACCESS] UpsertReferencePortfolioConstituentProperties: Upsert constituent properties Create or update one or more constituent properties for a single constituent in the reference portfolio. Each property will be updated if it already exists, created if it does not and deleted if value is null. Both constituent and portfolio must exist at the time when properties are created or updated.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the reference portfolio. |
code | The code of the reference portfolio. Together with the scope this uniquely identifies the reference portfolio. |
upsertReferencePortfolioConstituentPropertiesRequest | The request to modify properties for the constituent. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiSync.
|
inline |
[EARLY ACCESS] UpsertReferencePortfolioConstituentProperties: Upsert constituent properties Create or update one or more constituent properties for a single constituent in the reference portfolio. Each property will be updated if it already exists, created if it does not and deleted if value is null. Both constituent and portfolio must exist at the time when properties are created or updated.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the reference portfolio. |
code | The code of the reference portfolio. Together with the scope this uniquely identifies the reference portfolio. |
upsertReferencePortfolioConstituentPropertiesRequest | The request to modify properties for the constituent. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiAsync.
|
inline |
UpsertReferencePortfolioConstituents: Upsert reference portfolio constituents Add constituents to a reference portfolio.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the reference portfolio. |
code | The code of the reference portfolio. Together with the scope this uniquely identifies the reference portfolio. |
upsertReferencePortfolioConstituentsRequest | The constituents to upload to the reference portfolio. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiSync.
|
inline |
UpsertReferencePortfolioConstituents: Upsert reference portfolio constituents Add constituents to a reference portfolio.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the reference portfolio. |
code | The code of the reference portfolio. Together with the scope this uniquely identifies the reference portfolio. |
upsertReferencePortfolioConstituentsRequest | The constituents to upload to the reference portfolio. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiAsync.
|
inline |
UpsertReferencePortfolioConstituents: Upsert reference portfolio constituents Add constituents to a reference portfolio.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the reference portfolio. |
code | The code of the reference portfolio. Together with the scope this uniquely identifies the reference portfolio. |
upsertReferencePortfolioConstituentsRequest | The constituents to upload to the reference portfolio. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiSync.
|
inline |
UpsertReferencePortfolioConstituents: Upsert reference portfolio constituents Add constituents to a reference portfolio.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the reference portfolio. |
code | The code of the reference portfolio. Together with the scope this uniquely identifies the reference portfolio. |
upsertReferencePortfolioConstituentsRequest | The constituents to upload to the reference portfolio. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IReferencePortfolioApiAsync.
|
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.