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

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

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

Public Member Functions

 OrderInstructionsApi ()
 Initializes a new instance of the OrderInstructionsApi class. More...
 
 OrderInstructionsApi (string basePath)
 Initializes a new instance of the OrderInstructionsApi class. More...
 
 OrderInstructionsApi (Lusid.Sdk.Client.Configuration configuration)
 Initializes a new instance of the OrderInstructionsApi class using Configuration object More...
 
 OrderInstructionsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration)
 Initializes a new instance of the OrderInstructionsApi class using a Configuration object and client instance. More...
 
string GetBasePath ()
 Gets the base path of the API client. More...
 
DeletedEntityResponse DeleteOrderInstruction (string scope, string code, int operationIndex=0)
 [EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction Delete an orderInstruction. Deletion will be valid from the orderInstruction's creation datetime. This means that the orderInstruction will no longer exist at any effective datetime from the asAt datetime of deletion. More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeleteOrderInstructionWithHttpInfo (string scope, string code, int operationIndex=0)
 [EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction Delete an orderInstruction. Deletion will be valid from the orderInstruction&#39;s creation datetime. This means that the orderInstruction will no longer exist at any effective datetime from the asAt datetime of deletion. More...
 
async System.Threading.Tasks.Task< DeletedEntityResponseDeleteOrderInstructionAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction Delete an orderInstruction. Deletion will be valid from the orderInstruction&#39;s creation datetime. This means that the orderInstruction 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 > > DeleteOrderInstructionWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction Delete an orderInstruction. Deletion will be valid from the orderInstruction&#39;s creation datetime. This means that the orderInstruction will no longer exist at any effective datetime from the asAt datetime of deletion. More...
 
OrderInstruction GetOrderInstruction (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction Fetch a OrderInstruction that matches the specified identifier More...
 
Lusid.Sdk.Client.ApiResponse< OrderInstructionGetOrderInstructionWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction Fetch a OrderInstruction that matches the specified identifier More...
 
async System.Threading.Tasks.Task< OrderInstructionGetOrderInstructionAsync (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))
 [EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction Fetch a OrderInstruction that matches the specified identifier More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< OrderInstruction > > GetOrderInstructionWithHttpInfoAsync (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))
 [EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction Fetch a OrderInstruction that matches the specified identifier More...
 
PagedResourceListOfOrderInstruction ListOrderInstructions (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)
 [EXPERIMENTAL] ListOrderInstructions: List OrderInstructions Fetch the last pre-AsAt date version of each orderInstruction in scope (does not fetch the entire history). More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfOrderInstructionListOrderInstructionsWithHttpInfo (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)
 [EXPERIMENTAL] ListOrderInstructions: List OrderInstructions Fetch the last pre-AsAt date version of each orderInstruction in scope (does not fetch the entire history). More...
 
async System.Threading.Tasks.Task< PagedResourceListOfOrderInstructionListOrderInstructionsAsync (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))
 [EXPERIMENTAL] ListOrderInstructions: List OrderInstructions Fetch the last pre-AsAt date version of each orderInstruction in scope (does not fetch the entire history). More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfOrderInstruction > > ListOrderInstructionsWithHttpInfoAsync (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))
 [EXPERIMENTAL] ListOrderInstructions: List OrderInstructions Fetch the last pre-AsAt date version of each orderInstruction in scope (does not fetch the entire history). More...
 
ResourceListOfOrderInstruction UpsertOrderInstructions (OrderInstructionSetRequest? orderInstructionSetRequest=default(OrderInstructionSetRequest?), int operationIndex=0)
 [EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction Upsert; update existing orderInstructions with given ids, or create new orderInstructions otherwise. More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfOrderInstructionUpsertOrderInstructionsWithHttpInfo (OrderInstructionSetRequest? orderInstructionSetRequest=default(OrderInstructionSetRequest?), int operationIndex=0)
 [EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction Upsert; update existing orderInstructions with given ids, or create new orderInstructions otherwise. More...
 
async System.Threading.Tasks.Task< ResourceListOfOrderInstructionUpsertOrderInstructionsAsync (OrderInstructionSetRequest? orderInstructionSetRequest=default(OrderInstructionSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction Upsert; update existing orderInstructions with given ids, or create new orderInstructions otherwise. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfOrderInstruction > > UpsertOrderInstructionsWithHttpInfoAsync (OrderInstructionSetRequest? orderInstructionSetRequest=default(OrderInstructionSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction Upsert; update existing orderInstructions with given ids, or create new orderInstructions 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

◆ OrderInstructionsApi() [1/4]

Lusid.Sdk.Api.OrderInstructionsApi.OrderInstructionsApi ( )
inline

Initializes a new instance of the OrderInstructionsApi class.

Returns

◆ OrderInstructionsApi() [2/4]

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

Initializes a new instance of the OrderInstructionsApi class.

Returns

◆ OrderInstructionsApi() [3/4]

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

Initializes a new instance of the OrderInstructionsApi class using Configuration object

Parameters
configurationAn instance of Configuration
Returns

◆ OrderInstructionsApi() [4/4]

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

Initializes a new instance of the OrderInstructionsApi 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

◆ DeleteOrderInstruction()

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

[EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction Delete an orderInstruction. Deletion will be valid from the orderInstruction&#39;s creation datetime. This means that the orderInstruction 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 orderInstruction scope.
codeThe orderInstruction&#39;s code. This, together with the scope uniquely identifies the orderInstruction to delete.
operationIndexIndex associated with the operation.
Returns
DeletedEntityResponse

Implements Lusid.Sdk.Api.IOrderInstructionsApiSync.

◆ DeleteOrderInstructionAsync()

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

[EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction Delete an orderInstruction. Deletion will be valid from the orderInstruction&#39;s creation datetime. This means that the orderInstruction 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 orderInstruction scope.
codeThe orderInstruction&#39;s code. This, together with the scope uniquely identifies the orderInstruction to delete.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of DeletedEntityResponse

Implements Lusid.Sdk.Api.IOrderInstructionsApiAsync.

◆ DeleteOrderInstructionWithHttpInfo()

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

[EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction Delete an orderInstruction. Deletion will be valid from the orderInstruction&#39;s creation datetime. This means that the orderInstruction 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 orderInstruction scope.
codeThe orderInstruction&#39;s code. This, together with the scope uniquely identifies the orderInstruction to delete.
operationIndexIndex associated with the operation.
Returns
ApiResponse of DeletedEntityResponse

Implements Lusid.Sdk.Api.IOrderInstructionsApiSync.

◆ DeleteOrderInstructionWithHttpInfoAsync()

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

[EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction Delete an orderInstruction. Deletion will be valid from the orderInstruction&#39;s creation datetime. This means that the orderInstruction 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 orderInstruction scope.
codeThe orderInstruction&#39;s code. This, together with the scope uniquely identifies the orderInstruction to delete.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (DeletedEntityResponse)

Implements Lusid.Sdk.Api.IOrderInstructionsApiAsync.

◆ GetBasePath()

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

Gets the base path of the API client.

The base path

Implements Lusid.Sdk.Client.IApiAccessor.

◆ GetOrderInstruction()

OrderInstruction Lusid.Sdk.Api.OrderInstructionsApi.GetOrderInstruction ( string  scope,
string  code,
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction Fetch a OrderInstruction that matches the specified identifier

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

Implements Lusid.Sdk.Api.IOrderInstructionsApiSync.

◆ GetOrderInstructionAsync()

async System.Threading.Tasks.Task<OrderInstruction> Lusid.Sdk.Api.OrderInstructionsApi.GetOrderInstructionAsync ( 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

[EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction Fetch a OrderInstruction that matches the specified identifier

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

Implements Lusid.Sdk.Api.IOrderInstructionsApiAsync.

◆ GetOrderInstructionWithHttpInfo()

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

[EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction Fetch a OrderInstruction that matches the specified identifier

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

Implements Lusid.Sdk.Api.IOrderInstructionsApiSync.

◆ GetOrderInstructionWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<OrderInstruction> > Lusid.Sdk.Api.OrderInstructionsApi.GetOrderInstructionWithHttpInfoAsync ( 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

[EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction Fetch a OrderInstruction that matches the specified identifier

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

Implements Lusid.Sdk.Api.IOrderInstructionsApiAsync.

◆ ListOrderInstructions()

PagedResourceListOfOrderInstruction Lusid.Sdk.Api.OrderInstructionsApi.ListOrderInstructions ( 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

[EXPERIMENTAL] ListOrderInstructions: List OrderInstructions Fetch the last pre-AsAt date version of each orderInstruction in scope (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 orderInstruction. Defaults to return the latest version of the orderInstruction if not specified. (optional)
pageThe pagination token to use to continue listing orderInstructions from a previous call to list orderInstructions. 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;OrderInstruction&quot; domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. &quot;OrderInstruction/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfOrderInstruction

Implements Lusid.Sdk.Api.IOrderInstructionsApiSync.

◆ ListOrderInstructionsAsync()

async System.Threading.Tasks.Task<PagedResourceListOfOrderInstruction> Lusid.Sdk.Api.OrderInstructionsApi.ListOrderInstructionsAsync ( 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

[EXPERIMENTAL] ListOrderInstructions: List OrderInstructions Fetch the last pre-AsAt date version of each orderInstruction in scope (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 orderInstruction. Defaults to return the latest version of the orderInstruction if not specified. (optional)
pageThe pagination token to use to continue listing orderInstructions from a previous call to list orderInstructions. 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;OrderInstruction&quot; domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. &quot;OrderInstruction/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfOrderInstruction

Implements Lusid.Sdk.Api.IOrderInstructionsApiAsync.

◆ ListOrderInstructionsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfOrderInstruction> Lusid.Sdk.Api.OrderInstructionsApi.ListOrderInstructionsWithHttpInfo ( 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

[EXPERIMENTAL] ListOrderInstructions: List OrderInstructions Fetch the last pre-AsAt date version of each orderInstruction in scope (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 orderInstruction. Defaults to return the latest version of the orderInstruction if not specified. (optional)
pageThe pagination token to use to continue listing orderInstructions from a previous call to list orderInstructions. 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;OrderInstruction&quot; domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. &quot;OrderInstruction/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfOrderInstruction

Implements Lusid.Sdk.Api.IOrderInstructionsApiSync.

◆ ListOrderInstructionsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfOrderInstruction> > Lusid.Sdk.Api.OrderInstructionsApi.ListOrderInstructionsWithHttpInfoAsync ( 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

[EXPERIMENTAL] ListOrderInstructions: List OrderInstructions Fetch the last pre-AsAt date version of each orderInstruction in scope (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 orderInstruction. Defaults to return the latest version of the orderInstruction if not specified. (optional)
pageThe pagination token to use to continue listing orderInstructions from a previous call to list orderInstructions. 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;OrderInstruction&quot; domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. &quot;OrderInstruction/system/Name&quot;. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfOrderInstruction)

Implements Lusid.Sdk.Api.IOrderInstructionsApiAsync.

◆ UpsertOrderInstructions()

ResourceListOfOrderInstruction Lusid.Sdk.Api.OrderInstructionsApi.UpsertOrderInstructions ( OrderInstructionSetRequest orderInstructionSetRequest = default(OrderInstructionSetRequest?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction Upsert; update existing orderInstructions with given ids, or create new orderInstructions otherwise.

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

Implements Lusid.Sdk.Api.IOrderInstructionsApiSync.

◆ UpsertOrderInstructionsAsync()

async System.Threading.Tasks.Task<ResourceListOfOrderInstruction> Lusid.Sdk.Api.OrderInstructionsApi.UpsertOrderInstructionsAsync ( OrderInstructionSetRequest orderInstructionSetRequest = default(OrderInstructionSetRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction Upsert; update existing orderInstructions with given ids, or create new orderInstructions otherwise.

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

Implements Lusid.Sdk.Api.IOrderInstructionsApiAsync.

◆ UpsertOrderInstructionsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ResourceListOfOrderInstruction> Lusid.Sdk.Api.OrderInstructionsApi.UpsertOrderInstructionsWithHttpInfo ( OrderInstructionSetRequest orderInstructionSetRequest = default(OrderInstructionSetRequest?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction Upsert; update existing orderInstructions with given ids, or create new orderInstructions otherwise.

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

Implements Lusid.Sdk.Api.IOrderInstructionsApiSync.

◆ UpsertOrderInstructionsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ResourceListOfOrderInstruction> > Lusid.Sdk.Api.OrderInstructionsApi.UpsertOrderInstructionsWithHttpInfoAsync ( OrderInstructionSetRequest orderInstructionSetRequest = default(OrderInstructionSetRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction Upsert; update existing orderInstructions with given ids, or create new orderInstructions otherwise.

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

Implements Lusid.Sdk.Api.IOrderInstructionsApiAsync.

Property Documentation

◆ AsynchronousClient

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

The client for accessing this underlying API asynchronously.

◆ Client

Lusid.Sdk.Client.ISynchronousClient Lusid.Sdk.Api.OrderInstructionsApi.Client
getset

The client for accessing this underlying API synchronously.

◆ Configuration

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

Gets or sets the configuration object

An instance of the Configuration

◆ ExceptionFactory

Lusid.Sdk.Client.ExceptionFactory Lusid.Sdk.Api.OrderInstructionsApi.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


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