LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
TransactionTemplate | CreateTransactionTemplate (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateTransactionTemplate: Create Transaction Template More... | |
Lusid.Sdk.Client.ApiResponse< TransactionTemplate > | CreateTransactionTemplateWithHttpInfo (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateTransactionTemplate: Create Transaction Template More... | |
DateTimeOffset | DeleteTransactionTemplate (string instrumentEventType, string instrumentType, string scope, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteTransactionTemplate: Delete Transaction Template More... | |
Lusid.Sdk.Client.ApiResponse< DateTimeOffset > | DeleteTransactionTemplateWithHttpInfo (string instrumentEventType, string instrumentType, string scope, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteTransactionTemplate: Delete Transaction Template More... | |
TransactionTemplate | GetTransactionTemplate (string instrumentEventType, string instrumentType, string scope, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetTransactionTemplate: Get Transaction Template More... | |
Lusid.Sdk.Client.ApiResponse< TransactionTemplate > | GetTransactionTemplateWithHttpInfo (string instrumentEventType, string instrumentType, string scope, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetTransactionTemplate: Get Transaction Template More... | |
TransactionTemplateSpecification | GetTransactionTemplateSpecification (string instrumentEventType, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetTransactionTemplateSpecification: Get Transaction Template Specification. More... | |
Lusid.Sdk.Client.ApiResponse< TransactionTemplateSpecification > | GetTransactionTemplateSpecificationWithHttpInfo (string instrumentEventType, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetTransactionTemplateSpecification: Get Transaction Template Specification. More... | |
PagedResourceListOfTransactionTemplateSpecification | ListTransactionTemplateSpecifications (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, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListTransactionTemplateSpecifications: List Transaction Template Specifications. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfTransactionTemplateSpecification > | ListTransactionTemplateSpecificationsWithHttpInfo (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, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListTransactionTemplateSpecifications: List Transaction Template Specifications. More... | |
PagedResourceListOfTransactionTemplate | ListTransactionTemplates (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, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListTransactionTemplates: List Transaction Templates More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfTransactionTemplate > | ListTransactionTemplatesWithHttpInfo (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, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListTransactionTemplates: List Transaction Templates More... | |
TransactionTemplate | UpdateTransactionTemplate (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpdateTransactionTemplate: Update Transaction Template More... | |
Lusid.Sdk.Client.ApiResponse< TransactionTemplate > | UpdateTransactionTemplateWithHttpInfo (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpdateTransactionTemplate: Update Transaction Template More... | |
Represents a collection of functions to interact with the API endpoints
TransactionTemplate Lusid.Sdk.Api.IInstrumentEventTypesApiSync.CreateTransactionTemplate | ( | string | instrumentEventType, |
string | instrumentType, | ||
string | scope, | ||
TransactionTemplateRequest | transactionTemplateRequest, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
Lusid.Sdk.Client.ApiResponse<TransactionTemplate> Lusid.Sdk.Api.IInstrumentEventTypesApiSync.CreateTransactionTemplateWithHttpInfo | ( | string | instrumentEventType, |
string | instrumentType, | ||
string | scope, | ||
TransactionTemplateRequest | transactionTemplateRequest, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
DateTimeOffset Lusid.Sdk.Api.IInstrumentEventTypesApiSync.DeleteTransactionTemplate | ( | string | instrumentEventType, |
string | instrumentType, | ||
string | scope, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
Lusid.Sdk.Client.ApiResponse<DateTimeOffset> Lusid.Sdk.Api.IInstrumentEventTypesApiSync.DeleteTransactionTemplateWithHttpInfo | ( | string | instrumentEventType, |
string | instrumentType, | ||
string | scope, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
TransactionTemplate Lusid.Sdk.Api.IInstrumentEventTypesApiSync.GetTransactionTemplate | ( | string | instrumentEventType, |
string | instrumentType, | ||
string | scope, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
TransactionTemplateSpecification Lusid.Sdk.Api.IInstrumentEventTypesApiSync.GetTransactionTemplateSpecification | ( | string | instrumentEventType, |
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
Lusid.Sdk.Client.ApiResponse<TransactionTemplateSpecification> Lusid.Sdk.Api.IInstrumentEventTypesApiSync.GetTransactionTemplateSpecificationWithHttpInfo | ( | string | instrumentEventType, |
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
Lusid.Sdk.Client.ApiResponse<TransactionTemplate> Lusid.Sdk.Api.IInstrumentEventTypesApiSync.GetTransactionTemplateWithHttpInfo | ( | string | instrumentEventType, |
string | instrumentType, | ||
string | scope, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
PagedResourceListOfTransactionTemplate Lusid.Sdk.Api.IInstrumentEventTypesApiSync.ListTransactionTemplates | ( | 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 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
PagedResourceListOfTransactionTemplateSpecification Lusid.Sdk.Api.IInstrumentEventTypesApiSync.ListTransactionTemplateSpecifications | ( | 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 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
Lusid.Sdk.Client.ApiResponse<PagedResourceListOfTransactionTemplateSpecification> Lusid.Sdk.Api.IInstrumentEventTypesApiSync.ListTransactionTemplateSpecificationsWithHttpInfo | ( | 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 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
Lusid.Sdk.Client.ApiResponse<PagedResourceListOfTransactionTemplate> Lusid.Sdk.Api.IInstrumentEventTypesApiSync.ListTransactionTemplatesWithHttpInfo | ( | 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 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
TransactionTemplate Lusid.Sdk.Api.IInstrumentEventTypesApiSync.UpdateTransactionTemplate | ( | string | instrumentEventType, |
string | instrumentType, | ||
string | scope, | ||
TransactionTemplateRequest | transactionTemplateRequest, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.
Lusid.Sdk.Client.ApiResponse<TransactionTemplate> Lusid.Sdk.Api.IInstrumentEventTypesApiSync.UpdateTransactionTemplateWithHttpInfo | ( | string | instrumentEventType, |
string | instrumentType, | ||
string | scope, | ||
TransactionTemplateRequest | transactionTemplateRequest, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] 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. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.InstrumentEventTypesApi.