LUSID C# SDK
Public Member Functions | List of all members
Lusid.Sdk.Api.ITranslationApiSync Interface Reference

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

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

Public Member Functions

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...
 

Additional Inherited Members

- 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

Member Function Documentation

◆ TranslateInstrumentDefinitions()

TranslateInstrumentDefinitionsResponse Lusid.Sdk.Api.ITranslationApiSync.TranslateInstrumentDefinitions ( TranslateInstrumentDefinitionsRequest  translateInstrumentDefinitionsRequest,
int  operationIndex = 0 
)

[EXPERIMENTAL] TranslateInstrumentDefinitions: Translate instruments

Translates one or more instruments into the given target dialect. In the request each instrument definition should be keyed by a unique correlation id. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each instrument in the response. Any instrument that is not already in the LUSID dialect should be given as an ExoticInstrument. The response will return both the collection of successfully translated instruments in the target dialect, as well as those that failed. For the failures a reason will be provided explaining why the instrument could not be updated or inserted.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
translateInstrumentDefinitionsRequestThe definitions of the instruments to translate along with the target dialect.
operationIndexIndex associated with the operation.
Returns
TranslateInstrumentDefinitionsResponse

Implemented in Lusid.Sdk.Api.TranslationApi.

◆ TranslateInstrumentDefinitionsWithHttpInfo()

ApiResponse<TranslateInstrumentDefinitionsResponse> Lusid.Sdk.Api.ITranslationApiSync.TranslateInstrumentDefinitionsWithHttpInfo ( TranslateInstrumentDefinitionsRequest  translateInstrumentDefinitionsRequest,
int  operationIndex = 0 
)

[EXPERIMENTAL] TranslateInstrumentDefinitions: Translate instruments

Translates one or more instruments into the given target dialect. In the request each instrument definition should be keyed by a unique correlation id. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each instrument in the response. Any instrument that is not already in the LUSID dialect should be given as an ExoticInstrument. The response will return both the collection of successfully translated instruments in the target dialect, as well as those that failed. For the failures a reason will be provided explaining why the instrument could not be updated or inserted.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
translateInstrumentDefinitionsRequestThe definitions of the instruments to translate along with the target dialect.
operationIndexIndex associated with the operation.
Returns
ApiResponse of TranslateInstrumentDefinitionsResponse

Implemented in Lusid.Sdk.Api.TranslationApi.

◆ TranslateTradeTickets()

TranslateTradeTicketsResponse Lusid.Sdk.Api.ITranslationApiSync.TranslateTradeTickets ( TranslateTradeTicketRequest  translateTradeTicketRequest,
int  operationIndex = 0 
)

[EXPERIMENTAL] TranslateTradeTickets: Translate trade ticket

Translates one or more trade tickets into the given target dialect. In the request each trade ticket definition should be keyed by a unique correlation id. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each trade ticket in the response. The response will return both the collection of successfully translated trade tickets in the target dialect, as well as those that failed. For the failures a reason will be provided explaining why the trade ticket could not be updated or inserted.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
translateTradeTicketRequestThe definitions of the trade ticket to translate along with the target dialect.
operationIndexIndex associated with the operation.
Returns
TranslateTradeTicketsResponse

Implemented in Lusid.Sdk.Api.TranslationApi.

◆ TranslateTradeTicketsWithHttpInfo()

ApiResponse<TranslateTradeTicketsResponse> Lusid.Sdk.Api.ITranslationApiSync.TranslateTradeTicketsWithHttpInfo ( TranslateTradeTicketRequest  translateTradeTicketRequest,
int  operationIndex = 0 
)

[EXPERIMENTAL] TranslateTradeTickets: Translate trade ticket

Translates one or more trade tickets into the given target dialect. In the request each trade ticket definition should be keyed by a unique correlation id. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each trade ticket in the response. The response will return both the collection of successfully translated trade tickets in the target dialect, as well as those that failed. For the failures a reason will be provided explaining why the trade ticket could not be updated or inserted.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
translateTradeTicketRequestThe definitions of the trade ticket to translate along with the target dialect.
operationIndexIndex associated with the operation.
Returns
ApiResponse of TranslateTradeTicketsResponse

Implemented in Lusid.Sdk.Api.TranslationApi.


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