LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Api.OrdersApi Class Reference

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

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

Public Member Functions

 OrdersApi ()
 Initializes a new instance of the OrdersApi class. More...
 
 OrdersApi (string basePath)
 Initializes a new instance of the OrdersApi class. More...
 
 OrdersApi (Lusid.Sdk.Client.Configuration configuration)
 Initializes a new instance of the OrdersApi class using Configuration object More...
 
 OrdersApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration)
 Initializes a new instance of the OrdersApi class using a Configuration object and client instance. More...
 
string GetBasePath ()
 Gets the base path of the API client. More...
 
DeletedEntityResponse DeleteOrder (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] DeleteOrder: Delete order Delete an order. Deletion will be valid from the order's creation datetime. This means that the order will no longer exist at any effective datetime from the asAt datetime of deletion. More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeleteOrderWithHttpInfo (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] DeleteOrder: Delete order Delete an order. Deletion will be valid from the order&#39;s creation datetime. This means that the order will no longer exist at any effective datetime from the asAt datetime of deletion. More...
 
async System.Threading.Tasks.Task< DeletedEntityResponseDeleteOrderAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteOrder: Delete order Delete an order. Deletion will be valid from the order&#39;s creation datetime. This means that the order will no longer exist at any effective datetime from the asAt datetime of deletion. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > DeleteOrderWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteOrder: Delete order Delete an order. Deletion will be valid from the order&#39;s creation datetime. This means that the order will no longer exist at any effective datetime from the asAt datetime of deletion. More...
 
Order GetOrder (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EARLY ACCESS] GetOrder: Get Order Fetch an Order that matches the specified identifier. More...
 
Lusid.Sdk.Client.ApiResponse< OrderGetOrderWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EARLY ACCESS] GetOrder: Get Order Fetch an Order that matches the specified identifier. More...
 
async System.Threading.Tasks.Task< OrderGetOrderAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetOrder: Get Order Fetch an Order that matches the specified identifier. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Order > > GetOrderWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetOrder: Get Order Fetch an Order that matches the specified identifier. More...
 
PagedResourceListOfOrder ListOrders (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EARLY ACCESS] ListOrders: List Orders Fetch the last pre-AsAt date version of each order with optional filtering (does not fetch the entire history). More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfOrderListOrdersWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EARLY ACCESS] ListOrders: List Orders Fetch the last pre-AsAt date version of each order with optional filtering (does not fetch the entire history). More...
 
async System.Threading.Tasks.Task< PagedResourceListOfOrderListOrdersAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListOrders: List Orders Fetch the last pre-AsAt date version of each order with optional filtering (does not fetch the entire history). More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfOrder > > ListOrdersWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListOrders: List Orders Fetch the last pre-AsAt date version of each order with optional filtering (does not fetch the entire history). More...
 
ResourceListOfOrder UpsertOrders (OrderSetRequest? orderSetRequest=default(OrderSetRequest?), int operationIndex=0)
 [EARLY ACCESS] UpsertOrders: Upsert Order Upsert; update existing orders with given ids, or create new orders otherwise. More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfOrderUpsertOrdersWithHttpInfo (OrderSetRequest? orderSetRequest=default(OrderSetRequest?), int operationIndex=0)
 [EARLY ACCESS] UpsertOrders: Upsert Order Upsert; update existing orders with given ids, or create new orders otherwise. More...
 
async System.Threading.Tasks.Task< ResourceListOfOrderUpsertOrdersAsync (OrderSetRequest? orderSetRequest=default(OrderSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertOrders: Upsert Order Upsert; update existing orders with given ids, or create new orders otherwise. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfOrder > > UpsertOrdersWithHttpInfoAsync (OrderSetRequest? orderSetRequest=default(OrderSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertOrders: Upsert Order Upsert; update existing orders with given ids, or create new orders otherwise. More...
 

Properties

Lusid.Sdk.Client.IAsynchronousClient AsynchronousClient [get, set]
 The client for accessing this underlying API asynchronously. More...
 
Lusid.Sdk.Client.ISynchronousClient Client [get, set]
 The client for accessing this underlying API synchronously. More...
 
Lusid.Sdk.Client.IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
Lusid.Sdk.Client.ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 
- 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

Constructor & Destructor Documentation

◆ OrdersApi() [1/4]

Lusid.Sdk.Api.OrdersApi.OrdersApi ( )
inline

Initializes a new instance of the OrdersApi class.

Returns

◆ OrdersApi() [2/4]

Lusid.Sdk.Api.OrdersApi.OrdersApi ( string  basePath)
inline

Initializes a new instance of the OrdersApi class.

Returns

◆ OrdersApi() [3/4]

Lusid.Sdk.Api.OrdersApi.OrdersApi ( Lusid.Sdk.Client.Configuration  configuration)
inline

Initializes a new instance of the OrdersApi class using Configuration object

Parameters
configurationAn instance of Configuration
Returns

◆ OrdersApi() [4/4]

Lusid.Sdk.Api.OrdersApi.OrdersApi ( Lusid.Sdk.Client.ISynchronousClient  client,
Lusid.Sdk.Client.IAsynchronousClient  asyncClient,
Lusid.Sdk.Client.IReadableConfiguration  configuration 
)
inline

Initializes a new instance of the OrdersApi class using a Configuration object and client instance.

Parameters
clientThe client interface for synchronous API access.
asyncClientThe client interface for asynchronous API access.
configurationThe configuration object.

Member Function Documentation

◆ DeleteOrder()

DeletedEntityResponse Lusid.Sdk.Api.OrdersApi.DeleteOrder ( string  scope,
string  code,
int  operationIndex = 0 
)
inline

[EARLY ACCESS] DeleteOrder: Delete order Delete an order. Deletion will be valid from the order&#39;s creation datetime. This means that the order will no longer exist at any effective datetime from the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe order scope.
codeThe order&#39;s code. This, together with the scope uniquely identifies the order to delete.
operationIndexIndex associated with the operation.
Returns
DeletedEntityResponse

Implements Lusid.Sdk.Api.IOrdersApiSync.

◆ DeleteOrderAsync()

async System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.OrdersApi.DeleteOrderAsync ( string  scope,
string  code,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] DeleteOrder: Delete order Delete an order. Deletion will be valid from the order&#39;s creation datetime. This means that the order will no longer exist at any effective datetime from the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe order scope.
codeThe order&#39;s code. This, together with the scope uniquely identifies the order to delete.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of DeletedEntityResponse

Implements Lusid.Sdk.Api.IOrdersApiAsync.

◆ DeleteOrderWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.OrdersApi.DeleteOrderWithHttpInfo ( string  scope,
string  code,
int  operationIndex = 0 
)
inline

[EARLY ACCESS] DeleteOrder: Delete order Delete an order. Deletion will be valid from the order&#39;s creation datetime. This means that the order will no longer exist at any effective datetime from the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe order scope.
codeThe order&#39;s code. This, together with the scope uniquely identifies the order to delete.
operationIndexIndex associated with the operation.
Returns
ApiResponse of DeletedEntityResponse

Implements Lusid.Sdk.Api.IOrdersApiSync.

◆ DeleteOrderWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.OrdersApi.DeleteOrderWithHttpInfoAsync ( string  scope,
string  code,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] DeleteOrder: Delete order Delete an order. Deletion will be valid from the order&#39;s creation datetime. This means that the order will no longer exist at any effective datetime from the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe order scope.
codeThe order&#39;s code. This, together with the scope uniquely identifies the order to delete.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (DeletedEntityResponse)

Implements Lusid.Sdk.Api.IOrdersApiAsync.

◆ GetBasePath()

string Lusid.Sdk.Api.OrdersApi.GetBasePath ( )
inline

Gets the base path of the API client.

The base path

Implements Lusid.Sdk.Client.IApiAccessor.

◆ GetOrder()

Order Lusid.Sdk.Api.OrdersApi.GetOrder ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetOrder: Get Order Fetch an Order that matches the specified identifier.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the order belongs.
codeThe order&#39;s unique identifier.
asAtThe asAt datetime at which to retrieve the order. Defaults to return the latest version of the order if not specified. (optional)
propertyKeysA list of property keys from the &quot;Orders&quot; domain to decorate onto the order. These take the format {domain}/{scope}/{code} e.g. &quot;Orders/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
Order

Implements Lusid.Sdk.Api.IOrdersApiSync.

◆ GetOrderAsync()

async System.Threading.Tasks.Task<Order> Lusid.Sdk.Api.OrdersApi.GetOrderAsync ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetOrder: Get Order Fetch an Order that matches the specified identifier.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the order belongs.
codeThe order&#39;s unique identifier.
asAtThe asAt datetime at which to retrieve the order. Defaults to return the latest version of the order if not specified. (optional)
propertyKeysA list of property keys from the &quot;Orders&quot; domain to decorate onto the order. These take the format {domain}/{scope}/{code} e.g. &quot;Orders/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of Order

Implements Lusid.Sdk.Api.IOrdersApiAsync.

◆ GetOrderWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<Order> Lusid.Sdk.Api.OrdersApi.GetOrderWithHttpInfo ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetOrder: Get Order Fetch an Order that matches the specified identifier.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the order belongs.
codeThe order&#39;s unique identifier.
asAtThe asAt datetime at which to retrieve the order. Defaults to return the latest version of the order if not specified. (optional)
propertyKeysA list of property keys from the &quot;Orders&quot; domain to decorate onto the order. These take the format {domain}/{scope}/{code} e.g. &quot;Orders/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of Order

Implements Lusid.Sdk.Api.IOrdersApiSync.

◆ GetOrderWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<Order> > Lusid.Sdk.Api.OrdersApi.GetOrderWithHttpInfoAsync ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetOrder: Get Order Fetch an Order that matches the specified identifier.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope to which the order belongs.
codeThe order&#39;s unique identifier.
asAtThe asAt datetime at which to retrieve the order. Defaults to return the latest version of the order if not specified. (optional)
propertyKeysA list of property keys from the &quot;Orders&quot; domain to decorate onto the order. These take the format {domain}/{scope}/{code} e.g. &quot;Orders/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (Order)

Implements Lusid.Sdk.Api.IOrdersApiAsync.

◆ ListOrders()

PagedResourceListOfOrder Lusid.Sdk.Api.OrdersApi.ListOrders ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
List< string >?  sortBy = default(List<string>?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] ListOrders: List Orders Fetch the last pre-AsAt date version of each order with optional filtering (does not fetch the entire history).

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the order. Defaults to return the latest version of the order if not specified. (optional)
pageThe pagination token to use to continue listing orders from a previous call to list orders. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
propertyKeysA list of property keys from the &quot;Orders&quot; domain to decorate onto each order. These take the format {domain}/{scope}/{code} e.g. &quot;Orders/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfOrder

Implements Lusid.Sdk.Api.IOrdersApiSync.

◆ ListOrdersAsync()

async System.Threading.Tasks.Task<PagedResourceListOfOrder> Lusid.Sdk.Api.OrdersApi.ListOrdersAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
List< string >?  sortBy = default(List<string>?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] ListOrders: List Orders Fetch the last pre-AsAt date version of each order with optional filtering (does not fetch the entire history).

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the order. Defaults to return the latest version of the order if not specified. (optional)
pageThe pagination token to use to continue listing orders from a previous call to list orders. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
propertyKeysA list of property keys from the &quot;Orders&quot; domain to decorate onto each order. These take the format {domain}/{scope}/{code} e.g. &quot;Orders/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfOrder

Implements Lusid.Sdk.Api.IOrdersApiAsync.

◆ ListOrdersWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfOrder> Lusid.Sdk.Api.OrdersApi.ListOrdersWithHttpInfo ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
List< string >?  sortBy = default(List<string>?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] ListOrders: List Orders Fetch the last pre-AsAt date version of each order with optional filtering (does not fetch the entire history).

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the order. Defaults to return the latest version of the order if not specified. (optional)
pageThe pagination token to use to continue listing orders from a previous call to list orders. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
propertyKeysA list of property keys from the &quot;Orders&quot; domain to decorate onto each order. These take the format {domain}/{scope}/{code} e.g. &quot;Orders/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfOrder

Implements Lusid.Sdk.Api.IOrdersApiSync.

◆ ListOrdersWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfOrder> > Lusid.Sdk.Api.OrdersApi.ListOrdersWithHttpInfoAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
List< string >?  sortBy = default(List<string>?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] ListOrders: List Orders Fetch the last pre-AsAt date version of each order with optional filtering (does not fetch the entire history).

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the order. Defaults to return the latest version of the order if not specified. (optional)
pageThe pagination token to use to continue listing orders from a previous call to list orders. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
propertyKeysA list of property keys from the &quot;Orders&quot; domain to decorate onto each order. These take the format {domain}/{scope}/{code} e.g. &quot;Orders/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfOrder)

Implements Lusid.Sdk.Api.IOrdersApiAsync.

◆ UpsertOrders()

ResourceListOfOrder Lusid.Sdk.Api.OrdersApi.UpsertOrders ( OrderSetRequest orderSetRequest = default(OrderSetRequest?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] UpsertOrders: Upsert Order Upsert; update existing orders with given ids, or create new orders otherwise.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
orderSetRequestThe collection of order requests. (optional)
operationIndexIndex associated with the operation.
Returns
ResourceListOfOrder

Implements Lusid.Sdk.Api.IOrdersApiSync.

◆ UpsertOrdersAsync()

async System.Threading.Tasks.Task<ResourceListOfOrder> Lusid.Sdk.Api.OrdersApi.UpsertOrdersAsync ( OrderSetRequest orderSetRequest = default(OrderSetRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] UpsertOrders: Upsert Order Upsert; update existing orders with given ids, or create new orders otherwise.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
orderSetRequestThe collection of order requests. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ResourceListOfOrder

Implements Lusid.Sdk.Api.IOrdersApiAsync.

◆ UpsertOrdersWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ResourceListOfOrder> Lusid.Sdk.Api.OrdersApi.UpsertOrdersWithHttpInfo ( OrderSetRequest orderSetRequest = default(OrderSetRequest?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] UpsertOrders: Upsert Order Upsert; update existing orders with given ids, or create new orders otherwise.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
orderSetRequestThe collection of order requests. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of ResourceListOfOrder

Implements Lusid.Sdk.Api.IOrdersApiSync.

◆ UpsertOrdersWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ResourceListOfOrder> > Lusid.Sdk.Api.OrdersApi.UpsertOrdersWithHttpInfoAsync ( OrderSetRequest orderSetRequest = default(OrderSetRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] UpsertOrders: Upsert Order Upsert; update existing orders with given ids, or create new orders otherwise.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
orderSetRequestThe collection of order requests. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (ResourceListOfOrder)

Implements Lusid.Sdk.Api.IOrdersApiAsync.

Property Documentation

◆ AsynchronousClient

Lusid.Sdk.Client.IAsynchronousClient Lusid.Sdk.Api.OrdersApi.AsynchronousClient
getset

The client for accessing this underlying API asynchronously.

◆ Client

Lusid.Sdk.Client.ISynchronousClient Lusid.Sdk.Api.OrdersApi.Client
getset

The client for accessing this underlying API synchronously.

◆ Configuration

Lusid.Sdk.Client.IReadableConfiguration Lusid.Sdk.Api.OrdersApi.Configuration
getset

Gets or sets the configuration object

An instance of the Configuration

◆ ExceptionFactory

Lusid.Sdk.Client.ExceptionFactory Lusid.Sdk.Api.OrdersApi.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


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