LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Api.InstrumentEventTypesApi Class Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.InstrumentEventTypesApi:
Inheritance graph
[legend]

Public Member Functions

 InstrumentEventTypesApi ()
 Initializes a new instance of the InstrumentEventTypesApi class. More...
 
 InstrumentEventTypesApi (string basePath)
 Initializes a new instance of the InstrumentEventTypesApi class. More...
 
 InstrumentEventTypesApi (Lusid.Sdk.Client.Configuration configuration)
 Initializes a new instance of the InstrumentEventTypesApi class using Configuration object More...
 
 InstrumentEventTypesApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration)
 Initializes a new instance of the InstrumentEventTypesApi class using a Configuration object and client instance. More...
 
string GetBasePath ()
 Gets the base path of the API client. More...
 
TransactionTemplate CreateTransactionTemplate (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateTransactionTemplate: Create Transaction Template Create a transaction template for a particular instrument event type in a scope. More...
 
Lusid.Sdk.Client.ApiResponse< TransactionTemplateCreateTransactionTemplateWithHttpInfo (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateTransactionTemplate: Create Transaction Template Create a transaction template for a particular instrument event type in a scope. More...
 
async System.Threading.Tasks.Task< TransactionTemplateCreateTransactionTemplateAsync (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] CreateTransactionTemplate: Create Transaction Template Create a transaction template for a particular instrument event type in a scope. More...
 
async 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))
 [EXPERIMENTAL] CreateTransactionTemplate: Create Transaction Template Create a transaction template for a particular instrument event type in a scope. More...
 
DateTimeOffset DeleteTransactionTemplate (string instrumentEventType, string instrumentType, string scope, int operationIndex=0)
 [EXPERIMENTAL] DeleteTransactionTemplate: Delete Transaction Template Delete a transaction template for a particular instrument event type in a scope. More...
 
Lusid.Sdk.Client.ApiResponse< DateTimeOffset > DeleteTransactionTemplateWithHttpInfo (string instrumentEventType, string instrumentType, string scope, int operationIndex=0)
 [EXPERIMENTAL] DeleteTransactionTemplate: Delete Transaction Template Delete a transaction template for a particular instrument event type in a scope. More...
 
async System.Threading.Tasks.Task< DateTimeOffset > DeleteTransactionTemplateAsync (string instrumentEventType, string instrumentType, string scope, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteTransactionTemplate: Delete Transaction Template Delete a transaction template for a particular instrument event type in a scope. More...
 
async 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))
 [EXPERIMENTAL] DeleteTransactionTemplate: Delete Transaction Template Delete a transaction template for a particular instrument event type in a scope. More...
 
TransactionTemplate GetTransactionTemplate (string instrumentEventType, string instrumentType, string scope, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetTransactionTemplate: Get Transaction Template Gets the Transaction Template that for the instrument event type within the scope specified. More...
 
Lusid.Sdk.Client.ApiResponse< TransactionTemplateGetTransactionTemplateWithHttpInfo (string instrumentEventType, string instrumentType, string scope, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetTransactionTemplate: Get Transaction Template Gets the Transaction Template that for the instrument event type within the scope specified. More...
 
async System.Threading.Tasks.Task< TransactionTemplateGetTransactionTemplateAsync (string instrumentEventType, string instrumentType, string scope, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetTransactionTemplate: Get Transaction Template Gets the Transaction Template that for the instrument event type within the scope specified. More...
 
async 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))
 [EXPERIMENTAL] GetTransactionTemplate: Get Transaction Template Gets the Transaction Template that for the instrument event type within the scope specified. More...
 
TransactionTemplateSpecification GetTransactionTemplateSpecification (string instrumentEventType, int operationIndex=0)
 [EXPERIMENTAL] GetTransactionTemplateSpecification: Get Transaction Template Specification. Retrieve the transaction template specification for a particular event type. More...
 
Lusid.Sdk.Client.ApiResponse< TransactionTemplateSpecificationGetTransactionTemplateSpecificationWithHttpInfo (string instrumentEventType, int operationIndex=0)
 [EXPERIMENTAL] GetTransactionTemplateSpecification: Get Transaction Template Specification. Retrieve the transaction template specification for a particular event type. More...
 
async System.Threading.Tasks.Task< TransactionTemplateSpecificationGetTransactionTemplateSpecificationAsync (string instrumentEventType, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetTransactionTemplateSpecification: Get Transaction Template Specification. Retrieve the transaction template specification for a particular event type. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TransactionTemplateSpecification > > GetTransactionTemplateSpecificationWithHttpInfoAsync (string instrumentEventType, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetTransactionTemplateSpecification: Get Transaction Template Specification. Retrieve the transaction template specification for a particular event type. 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)
 [EXPERIMENTAL] ListTransactionTemplateSpecifications: List Transaction Template Specifications. Retrieves all transaction template specifications. More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfTransactionTemplateSpecificationListTransactionTemplateSpecificationsWithHttpInfo (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)
 [EXPERIMENTAL] ListTransactionTemplateSpecifications: List Transaction Template Specifications. Retrieves all transaction template specifications. More...
 
async System.Threading.Tasks.Task< PagedResourceListOfTransactionTemplateSpecificationListTransactionTemplateSpecificationsAsync (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))
 [EXPERIMENTAL] ListTransactionTemplateSpecifications: List Transaction Template Specifications. Retrieves all transaction template specifications. More...
 
async 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))
 [EXPERIMENTAL] ListTransactionTemplateSpecifications: List Transaction Template Specifications. Retrieves all 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)
 [EXPERIMENTAL] ListTransactionTemplates: List Transaction Templates Lists all Transaction Templates. More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfTransactionTemplateListTransactionTemplatesWithHttpInfo (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)
 [EXPERIMENTAL] ListTransactionTemplates: List Transaction Templates Lists all Transaction Templates. More...
 
async System.Threading.Tasks.Task< PagedResourceListOfTransactionTemplateListTransactionTemplatesAsync (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))
 [EXPERIMENTAL] ListTransactionTemplates: List Transaction Templates Lists all Transaction Templates. More...
 
async 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))
 [EXPERIMENTAL] ListTransactionTemplates: List Transaction Templates Lists all Transaction Templates. More...
 
TransactionTemplate UpdateTransactionTemplate (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0)
 [EXPERIMENTAL] UpdateTransactionTemplate: Update Transaction Template Update a transaction template for a particular instrument event type in a scope. More...
 
Lusid.Sdk.Client.ApiResponse< TransactionTemplateUpdateTransactionTemplateWithHttpInfo (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0)
 [EXPERIMENTAL] UpdateTransactionTemplate: Update Transaction Template Update a transaction template for a particular instrument event type in a scope. More...
 
async System.Threading.Tasks.Task< TransactionTemplateUpdateTransactionTemplateAsync (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpdateTransactionTemplate: Update Transaction Template Update a transaction template for a particular instrument event type in a scope. More...
 
async 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))
 [EXPERIMENTAL] UpdateTransactionTemplate: Update Transaction Template Update a transaction template for a particular instrument event type in a scope. 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...
 
- Properties inherited from Lusid.Sdk.Client.IApiAccessor
IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Constructor & Destructor Documentation

◆ InstrumentEventTypesApi() [1/4]

Lusid.Sdk.Api.InstrumentEventTypesApi.InstrumentEventTypesApi ( )
inline

Initializes a new instance of the InstrumentEventTypesApi class.

Returns

◆ InstrumentEventTypesApi() [2/4]

Lusid.Sdk.Api.InstrumentEventTypesApi.InstrumentEventTypesApi ( string  basePath)
inline

Initializes a new instance of the InstrumentEventTypesApi class.

Returns

◆ InstrumentEventTypesApi() [3/4]

Lusid.Sdk.Api.InstrumentEventTypesApi.InstrumentEventTypesApi ( Lusid.Sdk.Client.Configuration  configuration)
inline

Initializes a new instance of the InstrumentEventTypesApi class using Configuration object

Parameters
configurationAn instance of Configuration
Returns

◆ InstrumentEventTypesApi() [4/4]

Lusid.Sdk.Api.InstrumentEventTypesApi.InstrumentEventTypesApi ( Lusid.Sdk.Client.ISynchronousClient  client,
Lusid.Sdk.Client.IAsynchronousClient  asyncClient,
Lusid.Sdk.Client.IReadableConfiguration  configuration 
)
inline

Initializes a new instance of the InstrumentEventTypesApi class using a Configuration object and client instance.

Parameters
clientThe client interface for synchronous API access.
asyncClientThe client interface for asynchronous API access.
configurationThe configuration object.

Member Function Documentation

◆ CreateTransactionTemplate()

TransactionTemplate Lusid.Sdk.Api.InstrumentEventTypesApi.CreateTransactionTemplate ( string  instrumentEventType,
string  instrumentType,
string  scope,
TransactionTemplateRequest  transactionTemplateRequest,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] CreateTransactionTemplate: Create Transaction Template Create a transaction template for a particular instrument event type in a scope.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe type of instrument events that the template is applied to.
instrumentTypeThe instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template
scopeThe scope in which the template lies.
transactionTemplateRequestA request defining a new transaction template to be created.
operationIndexIndex associated with the operation.
Returns
TransactionTemplate

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiSync.

◆ CreateTransactionTemplateAsync()

async System.Threading.Tasks.Task<TransactionTemplate> Lusid.Sdk.Api.InstrumentEventTypesApi.CreateTransactionTemplateAsync ( string  instrumentEventType,
string  instrumentType,
string  scope,
TransactionTemplateRequest  transactionTemplateRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] CreateTransactionTemplate: Create Transaction Template Create a transaction template for a particular instrument event type in a scope.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe type of instrument events that the template is applied to.
instrumentTypeThe instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template
scopeThe scope in which the template lies.
transactionTemplateRequestA request defining a new transaction template to be created.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of TransactionTemplate

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.

◆ CreateTransactionTemplateWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<TransactionTemplate> Lusid.Sdk.Api.InstrumentEventTypesApi.CreateTransactionTemplateWithHttpInfo ( string  instrumentEventType,
string  instrumentType,
string  scope,
TransactionTemplateRequest  transactionTemplateRequest,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] CreateTransactionTemplate: Create Transaction Template Create a transaction template for a particular instrument event type in a scope.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe type of instrument events that the template is applied to.
instrumentTypeThe instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template
scopeThe scope in which the template lies.
transactionTemplateRequestA request defining a new transaction template to be created.
operationIndexIndex associated with the operation.
Returns
ApiResponse of TransactionTemplate

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiSync.

◆ CreateTransactionTemplateWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<TransactionTemplate> > Lusid.Sdk.Api.InstrumentEventTypesApi.CreateTransactionTemplateWithHttpInfoAsync ( string  instrumentEventType,
string  instrumentType,
string  scope,
TransactionTemplateRequest  transactionTemplateRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] CreateTransactionTemplate: Create Transaction Template Create a transaction template for a particular instrument event type in a scope.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe type of instrument events that the template is applied to.
instrumentTypeThe instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template
scopeThe scope in which the template lies.
transactionTemplateRequestA request defining a new transaction template to be created.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (TransactionTemplate)

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.

◆ DeleteTransactionTemplate()

DateTimeOffset Lusid.Sdk.Api.InstrumentEventTypesApi.DeleteTransactionTemplate ( string  instrumentEventType,
string  instrumentType,
string  scope,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] DeleteTransactionTemplate: Delete Transaction Template Delete a transaction template for a particular instrument event type in a scope.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe type of instrument events that the template is applied to.
instrumentTypeThe instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template
scopeThe scope of the template.
operationIndexIndex associated with the operation.
Returns
DateTimeOffset

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiSync.

◆ DeleteTransactionTemplateAsync()

async System.Threading.Tasks.Task<DateTimeOffset> Lusid.Sdk.Api.InstrumentEventTypesApi.DeleteTransactionTemplateAsync ( string  instrumentEventType,
string  instrumentType,
string  scope,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] DeleteTransactionTemplate: Delete Transaction Template Delete a transaction template for a particular instrument event type in a scope.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe type of instrument events that the template is applied to.
instrumentTypeThe instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template
scopeThe scope of the template.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of DateTimeOffset

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.

◆ DeleteTransactionTemplateWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<DateTimeOffset> Lusid.Sdk.Api.InstrumentEventTypesApi.DeleteTransactionTemplateWithHttpInfo ( string  instrumentEventType,
string  instrumentType,
string  scope,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] DeleteTransactionTemplate: Delete Transaction Template Delete a transaction template for a particular instrument event type in a scope.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe type of instrument events that the template is applied to.
instrumentTypeThe instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template
scopeThe scope of the template.
operationIndexIndex associated with the operation.
Returns
ApiResponse of DateTimeOffset

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiSync.

◆ DeleteTransactionTemplateWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DateTimeOffset> > Lusid.Sdk.Api.InstrumentEventTypesApi.DeleteTransactionTemplateWithHttpInfoAsync ( string  instrumentEventType,
string  instrumentType,
string  scope,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] DeleteTransactionTemplate: Delete Transaction Template Delete a transaction template for a particular instrument event type in a scope.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe type of instrument events that the template is applied to.
instrumentTypeThe instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template
scopeThe scope of the template.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (DateTimeOffset)

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.

◆ GetBasePath()

string Lusid.Sdk.Api.InstrumentEventTypesApi.GetBasePath ( )
inline

Gets the base path of the API client.

The base path

Implements Lusid.Sdk.Client.IApiAccessor.

◆ GetTransactionTemplate()

TransactionTemplate Lusid.Sdk.Api.InstrumentEventTypesApi.GetTransactionTemplate ( string  instrumentEventType,
string  instrumentType,
string  scope,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetTransactionTemplate: Get Transaction Template Gets the Transaction Template that for the instrument event type within the scope specified.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe instrument event type of the transaction template
instrumentTypeThe instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template
scopeThe scope in which the template lies. When not supplied the scope is &#39;default&#39;.
asAtThe AsAt time of the requested Transaction Template (optional)
operationIndexIndex associated with the operation.
Returns
TransactionTemplate

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiSync.

◆ GetTransactionTemplateAsync()

async System.Threading.Tasks.Task<TransactionTemplate> Lusid.Sdk.Api.InstrumentEventTypesApi.GetTransactionTemplateAsync ( string  instrumentEventType,
string  instrumentType,
string  scope,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GetTransactionTemplate: Get Transaction Template Gets the Transaction Template that for the instrument event type within the scope specified.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe instrument event type of the transaction template
instrumentTypeThe instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template
scopeThe scope in which the template lies. When not supplied the scope is &#39;default&#39;.
asAtThe AsAt time of the requested Transaction Template (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of TransactionTemplate

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.

◆ GetTransactionTemplateSpecification()

TransactionTemplateSpecification Lusid.Sdk.Api.InstrumentEventTypesApi.GetTransactionTemplateSpecification ( string  instrumentEventType,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetTransactionTemplateSpecification: Get Transaction Template Specification. Retrieve the transaction template specification for a particular event type.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe requested instrument event type.
operationIndexIndex associated with the operation.
Returns
TransactionTemplateSpecification

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiSync.

◆ GetTransactionTemplateSpecificationAsync()

async System.Threading.Tasks.Task<TransactionTemplateSpecification> Lusid.Sdk.Api.InstrumentEventTypesApi.GetTransactionTemplateSpecificationAsync ( string  instrumentEventType,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GetTransactionTemplateSpecification: Get Transaction Template Specification. Retrieve the transaction template specification for a particular event type.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe requested instrument event type.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of TransactionTemplateSpecification

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.

◆ GetTransactionTemplateSpecificationWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<TransactionTemplateSpecification> Lusid.Sdk.Api.InstrumentEventTypesApi.GetTransactionTemplateSpecificationWithHttpInfo ( string  instrumentEventType,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetTransactionTemplateSpecification: Get Transaction Template Specification. Retrieve the transaction template specification for a particular event type.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe requested instrument event type.
operationIndexIndex associated with the operation.
Returns
ApiResponse of TransactionTemplateSpecification

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiSync.

◆ GetTransactionTemplateSpecificationWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<TransactionTemplateSpecification> > Lusid.Sdk.Api.InstrumentEventTypesApi.GetTransactionTemplateSpecificationWithHttpInfoAsync ( string  instrumentEventType,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GetTransactionTemplateSpecification: Get Transaction Template Specification. Retrieve the transaction template specification for a particular event type.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe requested instrument event type.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (TransactionTemplateSpecification)

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.

◆ GetTransactionTemplateWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<TransactionTemplate> Lusid.Sdk.Api.InstrumentEventTypesApi.GetTransactionTemplateWithHttpInfo ( string  instrumentEventType,
string  instrumentType,
string  scope,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetTransactionTemplate: Get Transaction Template Gets the Transaction Template that for the instrument event type within the scope specified.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe instrument event type of the transaction template
instrumentTypeThe instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template
scopeThe scope in which the template lies. When not supplied the scope is &#39;default&#39;.
asAtThe AsAt time of the requested Transaction Template (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of TransactionTemplate

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiSync.

◆ GetTransactionTemplateWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<TransactionTemplate> > Lusid.Sdk.Api.InstrumentEventTypesApi.GetTransactionTemplateWithHttpInfoAsync ( string  instrumentEventType,
string  instrumentType,
string  scope,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GetTransactionTemplate: Get Transaction Template Gets the Transaction Template that for the instrument event type within the scope specified.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe instrument event type of the transaction template
instrumentTypeThe instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template
scopeThe scope in which the template lies. When not supplied the scope is &#39;default&#39;.
asAtThe AsAt time of the requested Transaction Template (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (TransactionTemplate)

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.

◆ ListTransactionTemplates()

PagedResourceListOfTransactionTemplate Lusid.Sdk.Api.InstrumentEventTypesApi.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 
)
inline

[EXPERIMENTAL] ListTransactionTemplates: List Transaction Templates Lists all Transaction Templates.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe AsAt time at which to retrieve the Transaction Templates (optional)
pageThe 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)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfTransactionTemplate

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiSync.

◆ ListTransactionTemplatesAsync()

async System.Threading.Tasks.Task<PagedResourceListOfTransactionTemplate> Lusid.Sdk.Api.InstrumentEventTypesApi.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) 
)
inline

[EXPERIMENTAL] ListTransactionTemplates: List Transaction Templates Lists all Transaction Templates.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe AsAt time at which to retrieve the Transaction Templates (optional)
pageThe 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)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfTransactionTemplate

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.

◆ ListTransactionTemplateSpecifications()

PagedResourceListOfTransactionTemplateSpecification Lusid.Sdk.Api.InstrumentEventTypesApi.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 
)
inline

[EXPERIMENTAL] ListTransactionTemplateSpecifications: List Transaction Template Specifications. Retrieves all transaction template specifications.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtAsAt of the request (optional)
pageThe 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)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfTransactionTemplateSpecification

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiSync.

◆ ListTransactionTemplateSpecificationsAsync()

async System.Threading.Tasks.Task<PagedResourceListOfTransactionTemplateSpecification> Lusid.Sdk.Api.InstrumentEventTypesApi.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) 
)
inline

[EXPERIMENTAL] ListTransactionTemplateSpecifications: List Transaction Template Specifications. Retrieves all transaction template specifications.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtAsAt of the request (optional)
pageThe 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)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfTransactionTemplateSpecification

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.

◆ ListTransactionTemplateSpecificationsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfTransactionTemplateSpecification> Lusid.Sdk.Api.InstrumentEventTypesApi.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 
)
inline

[EXPERIMENTAL] ListTransactionTemplateSpecifications: List Transaction Template Specifications. Retrieves all transaction template specifications.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtAsAt of the request (optional)
pageThe 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)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfTransactionTemplateSpecification

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiSync.

◆ ListTransactionTemplateSpecificationsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfTransactionTemplateSpecification> > Lusid.Sdk.Api.InstrumentEventTypesApi.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) 
)
inline

[EXPERIMENTAL] ListTransactionTemplateSpecifications: List Transaction Template Specifications. Retrieves all transaction template specifications.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtAsAt of the request (optional)
pageThe 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)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfTransactionTemplateSpecification)

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.

◆ ListTransactionTemplatesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfTransactionTemplate> Lusid.Sdk.Api.InstrumentEventTypesApi.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 
)
inline

[EXPERIMENTAL] ListTransactionTemplates: List Transaction Templates Lists all Transaction Templates.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe AsAt time at which to retrieve the Transaction Templates (optional)
pageThe 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)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfTransactionTemplate

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiSync.

◆ ListTransactionTemplatesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfTransactionTemplate> > Lusid.Sdk.Api.InstrumentEventTypesApi.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) 
)
inline

[EXPERIMENTAL] ListTransactionTemplates: List Transaction Templates Lists all Transaction Templates.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe AsAt time at which to retrieve the Transaction Templates (optional)
pageThe 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)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfTransactionTemplate)

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.

◆ UpdateTransactionTemplate()

TransactionTemplate Lusid.Sdk.Api.InstrumentEventTypesApi.UpdateTransactionTemplate ( string  instrumentEventType,
string  instrumentType,
string  scope,
TransactionTemplateRequest  transactionTemplateRequest,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] UpdateTransactionTemplate: Update Transaction Template Update a transaction template for a particular instrument event type in a scope.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe type of instrument events that the template is applied to.
instrumentTypeThe instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template
scopeThe scope in which the template lies.
transactionTemplateRequestA request defining the updated values for the transaction template.
operationIndexIndex associated with the operation.
Returns
TransactionTemplate

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiSync.

◆ UpdateTransactionTemplateAsync()

async System.Threading.Tasks.Task<TransactionTemplate> Lusid.Sdk.Api.InstrumentEventTypesApi.UpdateTransactionTemplateAsync ( string  instrumentEventType,
string  instrumentType,
string  scope,
TransactionTemplateRequest  transactionTemplateRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] UpdateTransactionTemplate: Update Transaction Template Update a transaction template for a particular instrument event type in a scope.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe type of instrument events that the template is applied to.
instrumentTypeThe instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template
scopeThe scope in which the template lies.
transactionTemplateRequestA request defining the updated values for the transaction template.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of TransactionTemplate

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.

◆ UpdateTransactionTemplateWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<TransactionTemplate> Lusid.Sdk.Api.InstrumentEventTypesApi.UpdateTransactionTemplateWithHttpInfo ( string  instrumentEventType,
string  instrumentType,
string  scope,
TransactionTemplateRequest  transactionTemplateRequest,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] UpdateTransactionTemplate: Update Transaction Template Update a transaction template for a particular instrument event type in a scope.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe type of instrument events that the template is applied to.
instrumentTypeThe instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template
scopeThe scope in which the template lies.
transactionTemplateRequestA request defining the updated values for the transaction template.
operationIndexIndex associated with the operation.
Returns
ApiResponse of TransactionTemplate

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiSync.

◆ UpdateTransactionTemplateWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<TransactionTemplate> > Lusid.Sdk.Api.InstrumentEventTypesApi.UpdateTransactionTemplateWithHttpInfoAsync ( string  instrumentEventType,
string  instrumentType,
string  scope,
TransactionTemplateRequest  transactionTemplateRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] UpdateTransactionTemplate: Update Transaction Template Update a transaction template for a particular instrument event type in a scope.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentEventTypeThe type of instrument events that the template is applied to.
instrumentTypeThe instrument type of the transaction template. The combination of the instrument event type, instrument type and scope uniquely identifies a transaction template
scopeThe scope in which the template lies.
transactionTemplateRequestA request defining the updated values for the transaction template.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (TransactionTemplate)

Implements Lusid.Sdk.Api.IInstrumentEventTypesApiAsync.

Property Documentation

◆ AsynchronousClient

Lusid.Sdk.Client.IAsynchronousClient Lusid.Sdk.Api.InstrumentEventTypesApi.AsynchronousClient
getset

The client for accessing this underlying API asynchronously.

◆ Client

Lusid.Sdk.Client.ISynchronousClient Lusid.Sdk.Api.InstrumentEventTypesApi.Client
getset

The client for accessing this underlying API synchronously.

◆ Configuration

Lusid.Sdk.Client.IReadableConfiguration Lusid.Sdk.Api.InstrumentEventTypesApi.Configuration
getset

Gets or sets the configuration object

An instance of the Configuration

◆ ExceptionFactory

Lusid.Sdk.Client.ExceptionFactory Lusid.Sdk.Api.InstrumentEventTypesApi.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


The documentation for this class was generated from the following file: