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, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] TranslateInstrumentDefinitions: Translate instruments More...
 
Lusid.Sdk.Client.ApiResponse< TranslateInstrumentDefinitionsResponseTranslateInstrumentDefinitionsWithHttpInfo (TranslateInstrumentDefinitionsRequest translateInstrumentDefinitionsRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] TranslateInstrumentDefinitions: Translate instruments More...
 
TranslateTradeTicketsResponse TranslateTradeTickets (TranslateTradeTicketRequest translateTradeTicketRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] TranslateTradeTickets: Translate trade ticket More...
 
Lusid.Sdk.Client.ApiResponse< TranslateTradeTicketsResponseTranslateTradeTicketsWithHttpInfo (TranslateTradeTicketRequest translateTradeTicketRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] TranslateTradeTickets: Translate trade ticket 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), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] TranslateInstrumentDefinitions: Translate instruments More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TranslateInstrumentDefinitionsResponse > > TranslateInstrumentDefinitionsWithHttpInfoAsync (TranslateInstrumentDefinitionsRequest translateInstrumentDefinitionsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] TranslateInstrumentDefinitions: Translate instruments More...
 
System.Threading.Tasks.Task< TranslateTradeTicketsResponseTranslateTradeTicketsAsync (TranslateTradeTicketRequest translateTradeTicketRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] TranslateTradeTickets: Translate trade ticket More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TranslateTradeTicketsResponse > > TranslateTradeTicketsWithHttpInfoAsync (TranslateTradeTicketRequest translateTradeTicketRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] TranslateTradeTickets: Translate trade ticket 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: