LUSID C# SDK
List of all members
Lusid.Sdk.Api.IInstrumentEventTypesApi Interface Reference

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IInstrumentEventTypesApiSync
TransactionTemplate CreateTransactionTemplate (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateTransactionTemplate: Create Transaction Template More...
 
ApiResponse< TransactionTemplateCreateTransactionTemplateWithHttpInfo (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateTransactionTemplate: Create Transaction Template More...
 
DateTimeOffset DeleteTransactionTemplate (string instrumentEventType, string instrumentType, string scope, int operationIndex=0)
 [EXPERIMENTAL] DeleteTransactionTemplate: Delete Transaction Template More...
 
ApiResponse< DateTimeOffset > DeleteTransactionTemplateWithHttpInfo (string instrumentEventType, string instrumentType, string scope, int operationIndex=0)
 [EXPERIMENTAL] DeleteTransactionTemplate: Delete Transaction Template More...
 
TransactionTemplate GetTransactionTemplate (string instrumentEventType, string instrumentType, string scope, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetTransactionTemplate: Get Transaction Template More...
 
ApiResponse< TransactionTemplateGetTransactionTemplateWithHttpInfo (string instrumentEventType, string instrumentType, string scope, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetTransactionTemplate: Get Transaction Template More...
 
TransactionTemplateSpecification GetTransactionTemplateSpecification (string instrumentEventType, int operationIndex=0)
 [EXPERIMENTAL] GetTransactionTemplateSpecification: Get Transaction Template Specification. More...
 
ApiResponse< TransactionTemplateSpecificationGetTransactionTemplateSpecificationWithHttpInfo (string instrumentEventType, int operationIndex=0)
 [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)
 [EXPERIMENTAL] ListTransactionTemplateSpecifications: List Transaction Template Specifications. More...
 
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. 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 More...
 
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 More...
 
TransactionTemplate UpdateTransactionTemplate (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0)
 [EXPERIMENTAL] UpdateTransactionTemplate: Update Transaction Template More...
 
ApiResponse< TransactionTemplateUpdateTransactionTemplateWithHttpInfo (string instrumentEventType, string instrumentType, string scope, TransactionTemplateRequest transactionTemplateRequest, int operationIndex=0)
 [EXPERIMENTAL] UpdateTransactionTemplate: Update Transaction Template More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
string GetBasePath ()
 Gets the base path of the API client. More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.IInstrumentEventTypesApiAsync
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 More...
 
System.Threading.Tasks.Task< 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 More...
 
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 More...
 
System.Threading.Tasks.Task< 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 More...
 
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 More...
 
System.Threading.Tasks.Task< 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 More...
 
System.Threading.Tasks.Task< TransactionTemplateSpecificationGetTransactionTemplateSpecificationAsync (string instrumentEventType, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetTransactionTemplateSpecification: Get Transaction Template Specification. More...
 
System.Threading.Tasks.Task< ApiResponse< TransactionTemplateSpecification > > GetTransactionTemplateSpecificationWithHttpInfoAsync (string instrumentEventType, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetTransactionTemplateSpecification: Get Transaction Template Specification. More...
 
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. More...
 
System.Threading.Tasks.Task< 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. More...
 
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 More...
 
System.Threading.Tasks.Task< 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 More...
 
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 More...
 
System.Threading.Tasks.Task< 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 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


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