LUSID C# SDK
List of all members
Lusid.Sdk.Api.ITransferAgencyApi Interface Reference

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.ITransferAgencyApiSync
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< CalculateOrderDatesResponseCalculateOrderDatesWithHttpInfo (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< TransferAgencyOrdersResponseUpsertTransferAgencyOrdersWithHttpInfo (Dictionary< string, UpsertTransferAgencyOrderRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpsertTransferAgencyOrders: Upsert transfer agency orders More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.ITransferAgencyApiAsync
System.Threading.Tasks.Task< CalculateOrderDatesResponseCalculateOrderDatesAsync (Dictionary< string, CalculateOrderDatesRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CalculateOrderDates: Calculate the key dates associated with transfer agency orders More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CalculateOrderDatesResponse > > CalculateOrderDatesWithHttpInfoAsync (Dictionary< string, CalculateOrderDatesRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CalculateOrderDates: Calculate the key dates associated with transfer agency orders More...
 
System.Threading.Tasks.Task< TransferAgencyOrdersResponseUpsertTransferAgencyOrdersAsync (Dictionary< string, UpsertTransferAgencyOrderRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpsertTransferAgencyOrders: Upsert transfer agency orders More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TransferAgencyOrdersResponse > > UpsertTransferAgencyOrdersWithHttpInfoAsync (Dictionary< string, UpsertTransferAgencyOrderRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpsertTransferAgencyOrders: Upsert transfer agency orders 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: