LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
System.Threading.Tasks.Task< TransactionTemplate > | CreateTransactionTemplateAsync (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
CreateTransactionTemplate: Create Transaction Template More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TransactionTemplate > > | CreateTransactionTemplateWithHttpInfoAsync (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
CreateTransactionTemplate: Create Transaction Template More... | |
System.Threading.Tasks.Task< DateTimeOffset > | DeleteTransactionTemplateAsync (string instrumentEventType, string instrumentType, string scope, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteTransactionTemplate: Delete Transaction Template More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DateTimeOffset > > | DeleteTransactionTemplateWithHttpInfoAsync (string instrumentEventType, string instrumentType, string scope, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteTransactionTemplate: Delete Transaction Template More... | |
System.Threading.Tasks.Task< TransactionTemplate > | GetTransactionTemplateAsync (string instrumentEventType, string instrumentType, string scope, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetTransactionTemplate: Get Transaction Template More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TransactionTemplate > > | GetTransactionTemplateWithHttpInfoAsync (string instrumentEventType, string instrumentType, string scope, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetTransactionTemplate: Get Transaction Template More... | |
System.Threading.Tasks.Task< TransactionTemplateSpecification > | GetTransactionTemplateSpecificationAsync (string instrumentEventType, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetTransactionTemplateSpecification: Get Transaction Template Specification. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TransactionTemplateSpecification > > | GetTransactionTemplateSpecificationWithHttpInfoAsync (string instrumentEventType, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetTransactionTemplateSpecification: Get Transaction Template Specification. More... | |
System.Threading.Tasks.Task< PagedResourceListOfTransactionTemplateSpecification > | ListTransactionTemplateSpecificationsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListTransactionTemplateSpecifications: List Transaction Template Specifications. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfTransactionTemplateSpecification > > | ListTransactionTemplateSpecificationsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListTransactionTemplateSpecifications: List Transaction Template Specifications. More... | |
System.Threading.Tasks.Task< PagedResourceListOfTransactionTemplate > | ListTransactionTemplatesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListTransactionTemplates: List Transaction Templates More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfTransactionTemplate > > | ListTransactionTemplatesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListTransactionTemplates: List Transaction Templates More... | |
System.Threading.Tasks.Task< TransactionTemplate > | UpdateTransactionTemplateAsync (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
UpdateTransactionTemplate: Update Transaction Template More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TransactionTemplate > > | UpdateTransactionTemplateWithHttpInfoAsync (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
UpdateTransactionTemplate: Update Transaction Template More... | |
Represents a collection of functions to interact with the API endpoints
System.Threading.Tasks.Task<TransactionTemplate> Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.CreateTransactionTemplateAsync | ( | string | instrumentEventType, |
string | instrumentType, | ||
string | scope, | ||
TransactionTemplateRequest | transactionTemplateRequest, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
CreateTransactionTemplate: Create Transaction Template
Create a transaction template for a particular instrument event type in a scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
instrumentEventType | The type of instrument events that the template is applied to. |
instrumentType | The instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template |
scope | The scope in which the template lies. |
transactionTemplateRequest | A request defining a new transaction template to be created. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<TransactionTemplate> > Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.CreateTransactionTemplateWithHttpInfoAsync | ( | string | instrumentEventType, |
string | instrumentType, | ||
string | scope, | ||
TransactionTemplateRequest | transactionTemplateRequest, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
CreateTransactionTemplate: Create Transaction Template
Create a transaction template for a particular instrument event type in a scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
instrumentEventType | The type of instrument events that the template is applied to. |
instrumentType | The instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template |
scope | The scope in which the template lies. |
transactionTemplateRequest | A request defining a new transaction template to be created. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
System.Threading.Tasks.Task<DateTimeOffset> Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.DeleteTransactionTemplateAsync | ( | string | instrumentEventType, |
string | instrumentType, | ||
string | scope, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
DeleteTransactionTemplate: Delete Transaction Template
Delete a transaction template for a particular instrument event type in a scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
instrumentEventType | The type of instrument events that the template is applied to. |
instrumentType | The instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template |
scope | The scope of the template. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DateTimeOffset> > Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.DeleteTransactionTemplateWithHttpInfoAsync | ( | string | instrumentEventType, |
string | instrumentType, | ||
string | scope, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
DeleteTransactionTemplate: Delete Transaction Template
Delete a transaction template for a particular instrument event type in a scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
instrumentEventType | The type of instrument events that the template is applied to. |
instrumentType | The instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template |
scope | The scope of the template. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
System.Threading.Tasks.Task<TransactionTemplate> Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.GetTransactionTemplateAsync | ( | string | instrumentEventType, |
string | instrumentType, | ||
string | scope, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
GetTransactionTemplate: Get Transaction Template
Gets the Transaction Template that for the instrument event type within the scope specified.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
instrumentEventType | The instrument event type of the transaction template |
instrumentType | The instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template |
scope | The scope in which the template lies. When not supplied the scope is 'default'. |
asAt | The AsAt time of the requested Transaction Template (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
System.Threading.Tasks.Task<TransactionTemplateSpecification> Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.GetTransactionTemplateSpecificationAsync | ( | string | instrumentEventType, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
GetTransactionTemplateSpecification: Get Transaction Template Specification.
Retrieve the transaction template specification for a particular event type.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
instrumentEventType | The requested instrument event type. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<TransactionTemplateSpecification> > Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.GetTransactionTemplateSpecificationWithHttpInfoAsync | ( | string | instrumentEventType, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
GetTransactionTemplateSpecification: Get Transaction Template Specification.
Retrieve the transaction template specification for a particular event type.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
instrumentEventType | The requested instrument event type. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<TransactionTemplate> > Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.GetTransactionTemplateWithHttpInfoAsync | ( | string | instrumentEventType, |
string | instrumentType, | ||
string | scope, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
GetTransactionTemplate: Get Transaction Template
Gets the Transaction Template that for the instrument event type within the scope specified.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
instrumentEventType | The instrument event type of the transaction template |
instrumentType | The instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template |
scope | The scope in which the template lies. When not supplied the scope is 'default'. |
asAt | The AsAt time of the requested Transaction Template (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
System.Threading.Tasks.Task<PagedResourceListOfTransactionTemplate> Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.ListTransactionTemplatesAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
string? | page = default(string?) , |
||
int? | limit = default(int?) , |
||
string? | filter = default(string?) , |
||
List< string >? | sortBy = default(List< string >?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
ListTransactionTemplates: List Transaction Templates
Lists all Transaction Templates.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The AsAt time at which to retrieve the Transaction Templates (optional) |
page | The pagination token to use to continue listing Transaction Templates from a previous call to list Transaction Templates. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, limit, 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) |
sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
System.Threading.Tasks.Task<PagedResourceListOfTransactionTemplateSpecification> Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.ListTransactionTemplateSpecificationsAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
string? | page = default(string?) , |
||
int? | limit = default(int?) , |
||
string? | filter = default(string?) , |
||
List< string >? | sortBy = default(List< string >?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
ListTransactionTemplateSpecifications: List Transaction Template Specifications.
Retrieves all transaction template specifications.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | AsAt of the request (optional) |
page | The pagination token to use to continue listing Transaction Template Specifications from a previous call to list Transaction Template Specifications. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, 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) |
sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC". (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfTransactionTemplateSpecification> > Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.ListTransactionTemplateSpecificationsWithHttpInfoAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
string? | page = default(string?) , |
||
int? | limit = default(int?) , |
||
string? | filter = default(string?) , |
||
List< string >? | sortBy = default(List< string >?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
ListTransactionTemplateSpecifications: List Transaction Template Specifications.
Retrieves all transaction template specifications.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | AsAt of the request (optional) |
page | The pagination token to use to continue listing Transaction Template Specifications from a previous call to list Transaction Template Specifications. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, 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) |
sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC". (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfTransactionTemplate> > Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.ListTransactionTemplatesWithHttpInfoAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
string? | page = default(string?) , |
||
int? | limit = default(int?) , |
||
string? | filter = default(string?) , |
||
List< string >? | sortBy = default(List< string >?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
ListTransactionTemplates: List Transaction Templates
Lists all Transaction Templates.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The AsAt time at which to retrieve the Transaction Templates (optional) |
page | The pagination token to use to continue listing Transaction Templates from a previous call to list Transaction Templates. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, limit, 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) |
sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
System.Threading.Tasks.Task<TransactionTemplate> Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.UpdateTransactionTemplateAsync | ( | string | instrumentEventType, |
string | instrumentType, | ||
string | scope, | ||
TransactionTemplateRequest | transactionTemplateRequest, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
UpdateTransactionTemplate: Update Transaction Template
Update a transaction template for a particular instrument event type in a scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
instrumentEventType | The type of instrument events that the template is applied to. |
instrumentType | The instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template |
scope | The scope in which the template lies. |
transactionTemplateRequest | A request defining the updated values for the transaction template. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<TransactionTemplate> > Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.UpdateTransactionTemplateWithHttpInfoAsync | ( | string | instrumentEventType, |
string | instrumentType, | ||
string | scope, | ||
TransactionTemplateRequest | transactionTemplateRequest, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
UpdateTransactionTemplate: Update Transaction Template
Update a transaction template for a particular instrument event type in a scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
instrumentEventType | The type of instrument events that the template is applied to. |
instrumentType | The instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template |
scope | The scope in which the template lies. |
transactionTemplateRequest | A request defining the updated values for the transaction template. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.