|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...

Public Member Functions | |
| CalculateOrderDatesResponse | CalculateOrderDates (Dictionary< string, CalculateOrderDatesRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CalculateOrderDates: Calculate the key dates associated with transfer agency orders More... | |
| Lusid.Sdk.Client.ApiResponse< CalculateOrderDatesResponse > | CalculateOrderDatesWithHttpInfo (Dictionary< string, CalculateOrderDatesRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CalculateOrderDates: Calculate the key dates associated with transfer agency orders More... | |
| TransferAgencyOrdersResponse | UpsertTransferAgencyOrders (Dictionary< string, UpsertTransferAgencyOrderRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpsertTransferAgencyOrders: Upsert transfer agency orders More... | |
| Lusid.Sdk.Client.ApiResponse< TransferAgencyOrdersResponse > | UpsertTransferAgencyOrdersWithHttpInfo (Dictionary< string, UpsertTransferAgencyOrderRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpsertTransferAgencyOrders: Upsert transfer agency orders More... | |
Represents a collection of functions to interact with the API endpoints
| CalculateOrderDatesResponse Lusid.Sdk.Api.ITransferAgencyApiSync.CalculateOrderDates | ( | Dictionary< string, CalculateOrderDatesRequest > | requestBody, |
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] CalculateOrderDates: Calculate the key dates associated with transfer agency orders
The response contains both the collection of successfully calculated dates and any failed calculations, each in the form of a dictionary keyed by the request's keys. For each failure, a reason is provided. It is important to check the failed set for unsuccessful results.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| requestBody | The request containing the dates used for calculation |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TransferAgencyApi.
| Lusid.Sdk.Client.ApiResponse<CalculateOrderDatesResponse> Lusid.Sdk.Api.ITransferAgencyApiSync.CalculateOrderDatesWithHttpInfo | ( | Dictionary< string, CalculateOrderDatesRequest > | requestBody, |
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] CalculateOrderDates: Calculate the key dates associated with transfer agency orders
The response contains both the collection of successfully calculated dates and any failed calculations, each in the form of a dictionary keyed by the request's keys. For each failure, a reason is provided. It is important to check the failed set for unsuccessful results.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| requestBody | The request containing the dates used for calculation |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TransferAgencyApi.
| TransferAgencyOrdersResponse Lusid.Sdk.Api.ITransferAgencyApiSync.UpsertTransferAgencyOrders | ( | Dictionary< string, UpsertTransferAgencyOrderRequest > | requestBody, |
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] UpsertTransferAgencyOrders: Upsert transfer agency orders
Creates a transaction and updates the relevant order for each order supplied. The response contains both successfully processed orders and any failures, each in the form of a dictionary keyed by the request's keys. For each failure, a reason is provided. It is important to check the failed set for unsuccessful results.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| requestBody | The transfer agency orders to upsert, keyed by a unique request identifier. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TransferAgencyApi.
| Lusid.Sdk.Client.ApiResponse<TransferAgencyOrdersResponse> Lusid.Sdk.Api.ITransferAgencyApiSync.UpsertTransferAgencyOrdersWithHttpInfo | ( | Dictionary< string, UpsertTransferAgencyOrderRequest > | requestBody, |
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] UpsertTransferAgencyOrders: Upsert transfer agency orders
Creates a transaction and updates the relevant order for each order supplied. The response contains both successfully processed orders and any failures, each in the form of a dictionary keyed by the request's keys. For each failure, a reason is provided. It is important to check the failed set for unsuccessful results.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| requestBody | The transfer agency orders to upsert, keyed by a unique request identifier. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TransferAgencyApi.