Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Filter inputs

Name
Type
Description
BrickIdsGuid[]

Filter by array of BrickIds. BrickId is the internal id of a trade order.

TradeOrderTypeStringFilter trade orders by type.
StatesString[]Filter trade orders by states.
InstrumentsGuid[]Filter by array of InstrumentIds.
AccountsGuid[]Filter by array of AccountIds.
ExternalReferenceStringFilter by ExternalReference
CreatedDateFromDateTimeWhen used, both from date and to date should be provided in the request
CreatedDateToDateTime

Response rows (Array)

Name
Type
Description
Available from version
BrickIdGuid

The BrickId of the trade order

 
TradeOrderTypeStringThe type of the order 
AccountGuidThe trade order's associated account 
CashAmountDecimalThe amount in cash 
InstrumentAmountDecimalThe amount in units 
TradeOrderDirectionKeyString"Buy" or "Sell" 
InstrumentGuidThe associated instrument 
CashGuidThe associated Cash 
PriceDoubleThe price of the trade order 
StateStringThe current state of the trade order 
IsUnitOrderBoolTrue if the order is traded in units 
OrderNoStringThe order number of the trade order 
LimitPriceDecimalThe limit price of the trade order 
TradeDateDateTimeThe date when the trade was executed 
SettlementDateDateTimeThe date the trade order was settled 
ExternalReferenceStringExternal reference on the order 
OrderSettlementTypeEnum

Order settlement type is only applicable for orders with the Internal execution interface.

PAYMENT

CONFIRMATION

PRICE (Not supported)

2.02
XML request example
 
  • No labels