Orders
flOrderDelete
Delete orders in LUSID
Parameters
Name | Description | Required Field | Format | Example |
---|---|---|---|---|
scope | Scope of the order | Yes | String | "FinbourneExamples" |
code | Unique identifier of the order | Yes | String | test-order |
flOrderGet
Get an order
Parameters
Name | Description | Required Field | Format | Example |
---|---|---|---|---|
scope | Scope of the order | Yes | String | "FinbourneExamples" |
code | Code of the order | Yes | String | test-order |
as_at_date | AsAt date of the order | No | YYYY-MM-DD T HH:MM:SS.ms | 2019-04-10 T 13:30:45.55 |
order property keys | List of property keys to paint onto orders | No | Cell reference | A set of cells containing values in the format "domain/scope/code" |
flOrdersAdd
Create one or more orders
Parameters
Name | Description | Required Field | Format | Example |
---|---|---|---|---|
orders cells | Populated table from flOrdersAdd_Template | Yes | Cell reference | See template |
flOrdersAdd_Template
Creates a template for adding orders
flOrdersList
Get a list of orders
Parameters
Name | Description | Required Field | Format | Example |
---|---|---|---|---|
as_at_date | AsAt date of the order | No | YYYY-MM-DD T HH:MM:SS.ms | 2019-04-10 T 13:30:45.55 |
limit | Limit the number of returned results to this many | No | Whole number | 50 |
filter | Filter results based on the filtering expression | No | filtering expression | id.code eq 'test-code' |
order property keys | List of property keys to paint onto orders | No | Cell reference | A set of cells containing values in the format "domain/scope/code" |