LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
DeletedEntityResponse | DeleteOrderInstruction (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteOrderInstructionWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteOrderInstruction: Delete orderInstruction More... | |
OrderInstruction | GetOrderInstruction (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction More... | |
Lusid.Sdk.Client.ApiResponse< OrderInstruction > | GetOrderInstructionWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction 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, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListOrderInstructions: List OrderInstructions More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfOrderInstruction > | 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, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListOrderInstructions: List OrderInstructions More... | |
ResourceListOfOrderInstruction | UpsertOrderInstructions (OrderInstructionSetRequest? orderInstructionSetRequest=default(OrderInstructionSetRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfOrderInstruction > | UpsertOrderInstructionsWithHttpInfo (OrderInstructionSetRequest? orderInstructionSetRequest=default(OrderInstructionSetRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction More... | |
Represents a collection of functions to interact with the API endpoints
DeletedEntityResponse Lusid.Sdk.Api.IOrderInstructionsApiSync.DeleteOrderInstruction | ( | string | scope, |
string | code, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The orderInstruction scope. |
code | The orderInstruction's code. This, together with the scope uniquely identifies the orderInstruction to delete. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.OrderInstructionsApi.
Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.IOrderInstructionsApiSync.DeleteOrderInstructionWithHttpInfo | ( | string | scope, |
string | code, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The orderInstruction scope. |
code | The orderInstruction's code. This, together with the scope uniquely identifies the orderInstruction to delete. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.OrderInstructionsApi.
OrderInstruction Lusid.Sdk.Api.IOrderInstructionsApiSync.GetOrderInstruction | ( | string | scope, |
string | code, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
List< string >? | propertyKeys = default(List< string >?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction
Fetch a OrderInstruction that matches the specified identifier
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope to which the orderInstruction belongs. |
code | The orderInstruction's unique identifier. |
asAt | The asAt datetime at which to retrieve the orderInstruction. Defaults to return the latest version of the orderInstruction if not specified. (optional) |
propertyKeys | A list of property keys from the "OrderInstruction" domain to decorate onto the orderInstruction. These take the format {domain}/{scope}/{code} e.g. "OrderInstruction/system/Name". (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.OrderInstructionsApi.
Lusid.Sdk.Client.ApiResponse<OrderInstruction> Lusid.Sdk.Api.IOrderInstructionsApiSync.GetOrderInstructionWithHttpInfo | ( | string | scope, |
string | code, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
List< string >? | propertyKeys = default(List< string >?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetOrderInstruction: Get OrderInstruction
Fetch a OrderInstruction that matches the specified identifier
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope to which the orderInstruction belongs. |
code | The orderInstruction's unique identifier. |
asAt | The asAt datetime at which to retrieve the orderInstruction. Defaults to return the latest version of the orderInstruction if not specified. (optional) |
propertyKeys | A list of property keys from the "OrderInstruction" domain to decorate onto the orderInstruction. These take the format {domain}/{scope}/{code} e.g. "OrderInstruction/system/Name". (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.OrderInstructionsApi.
PagedResourceListOfOrderInstruction Lusid.Sdk.Api.IOrderInstructionsApiSync.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 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListOrderInstructions: List OrderInstructions
Fetch the last pre-AsAt date version of each orderInstruction in scope (does not fetch the entire history).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to retrieve the orderInstruction. Defaults to return the latest version of the orderInstruction if not specified. (optional) |
page | The 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) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
limit | When paginating, limit the number of returned results to this many. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
propertyKeys | A list of property keys from the "OrderInstruction" domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. "OrderInstruction/system/Name". All properties, except derived properties, are returned by default, without specifying here. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.OrderInstructionsApi.
Lusid.Sdk.Client.ApiResponse<PagedResourceListOfOrderInstruction> Lusid.Sdk.Api.IOrderInstructionsApiSync.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 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListOrderInstructions: List OrderInstructions
Fetch the last pre-AsAt date version of each orderInstruction in scope (does not fetch the entire history).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to retrieve the orderInstruction. Defaults to return the latest version of the orderInstruction if not specified. (optional) |
page | The 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) |
sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
limit | When paginating, limit the number of returned results to this many. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
propertyKeys | A list of property keys from the "OrderInstruction" domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. "OrderInstruction/system/Name". All properties, except derived properties, are returned by default, without specifying here. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.OrderInstructionsApi.
ResourceListOfOrderInstruction Lusid.Sdk.Api.IOrderInstructionsApiSync.UpsertOrderInstructions | ( | OrderInstructionSetRequest? | orderInstructionSetRequest = default(OrderInstructionSetRequest?) , |
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction
Upsert; update existing orderInstructions with given ids, or create new orderInstructions otherwise.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
orderInstructionSetRequest | The collection of orderInstruction requests. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.OrderInstructionsApi.
Lusid.Sdk.Client.ApiResponse<ResourceListOfOrderInstruction> Lusid.Sdk.Api.IOrderInstructionsApiSync.UpsertOrderInstructionsWithHttpInfo | ( | OrderInstructionSetRequest? | orderInstructionSetRequest = default(OrderInstructionSetRequest?) , |
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] UpsertOrderInstructions: Upsert OrderInstruction
Upsert; update existing orderInstructions with given ids, or create new orderInstructions otherwise.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
orderInstructionSetRequest | The collection of orderInstruction requests. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.OrderInstructionsApi.