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

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,
ConfigurationOptions opts = null 
)

[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.
optsOptions for this request.
Returns
TranslateInstrumentDefinitionsResponse

Implemented in Lusid.Sdk.Api.TranslationApi.

◆ TranslateInstrumentDefinitionsWithHttpInfo()

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

[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.
optsOptions for this request.
Returns
ApiResponse of TranslateInstrumentDefinitionsResponse

Implemented in Lusid.Sdk.Api.TranslationApi.

◆ TranslateTradeTickets()

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

[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.
optsOptions for this request.
Returns
TranslateTradeTicketsResponse

Implemented in Lusid.Sdk.Api.TranslationApi.

◆ TranslateTradeTicketsWithHttpInfo()

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

[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.
optsOptions for this request.
Returns
ApiResponse of TranslateTradeTicketsResponse

Implemented in Lusid.Sdk.Api.TranslationApi.


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