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

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.ITranslationApiSync
TranslateInstrumentDefinitionsResponse TranslateInstrumentDefinitions (TranslateInstrumentDefinitionsRequest translateInstrumentDefinitionsRequest, int operationIndex=0)
 [EXPERIMENTAL] TranslateInstrumentDefinitions: Translate instruments More...
 
ApiResponse< TranslateInstrumentDefinitionsResponseTranslateInstrumentDefinitionsWithHttpInfo (TranslateInstrumentDefinitionsRequest translateInstrumentDefinitionsRequest, int operationIndex=0)
 [EXPERIMENTAL] TranslateInstrumentDefinitions: Translate instruments More...
 
TranslateTradeTicketsResponse TranslateTradeTickets (TranslateTradeTicketRequest translateTradeTicketRequest, int operationIndex=0)
 [EXPERIMENTAL] TranslateTradeTickets: Translate trade ticket More...
 
ApiResponse< TranslateTradeTicketsResponseTranslateTradeTicketsWithHttpInfo (TranslateTradeTicketRequest translateTradeTicketRequest, int operationIndex=0)
 [EXPERIMENTAL] TranslateTradeTickets: Translate trade ticket 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.ITranslationApiAsync
System.Threading.Tasks.Task< TranslateInstrumentDefinitionsResponseTranslateInstrumentDefinitionsAsync (TranslateInstrumentDefinitionsRequest translateInstrumentDefinitionsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] TranslateInstrumentDefinitions: Translate instruments More...
 
System.Threading.Tasks.Task< ApiResponse< TranslateInstrumentDefinitionsResponse > > TranslateInstrumentDefinitionsWithHttpInfoAsync (TranslateInstrumentDefinitionsRequest translateInstrumentDefinitionsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] TranslateInstrumentDefinitions: Translate instruments More...
 
System.Threading.Tasks.Task< TranslateTradeTicketsResponseTranslateTradeTicketsAsync (TranslateTradeTicketRequest translateTradeTicketRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] TranslateTradeTickets: Translate trade ticket More...
 
System.Threading.Tasks.Task< ApiResponse< TranslateTradeTicketsResponse > > TranslateTradeTicketsWithHttpInfoAsync (TranslateTradeTicketRequest translateTradeTicketRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] TranslateTradeTickets: Translate trade ticket 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: