LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
TranslateInstrumentDefinitionsResponse | TranslateInstrumentDefinitions (TranslateInstrumentDefinitionsRequest translateInstrumentDefinitionsRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] TranslateInstrumentDefinitions: Translate instruments More... | |
Lusid.Sdk.Client.ApiResponse< TranslateInstrumentDefinitionsResponse > | TranslateInstrumentDefinitionsWithHttpInfo (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< TranslateTradeTicketsResponse > | TranslateTradeTicketsWithHttpInfo (TranslateTradeTicketRequest translateTradeTicketRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] TranslateTradeTickets: Translate trade ticket More... | |
Represents a collection of functions to interact with the API endpoints
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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
translateInstrumentDefinitionsRequest | The definitions of the instruments to translate along with the target dialect. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TranslationApi.
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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
translateInstrumentDefinitionsRequest | The definitions of the instruments to translate along with the target dialect. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TranslationApi.
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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
translateTradeTicketRequest | The definitions of the trade ticket to translate along with the target dialect. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TranslationApi.
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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
translateTradeTicketRequest | The definitions of the trade ticket to translate along with the target dialect. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TranslationApi.