Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name
Type
Description
Available from version
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 
OrderNoOrderNosString[]Filter by order number2.02.20160422
ExternalFundBatchOrdersGuid[]Filter by array of External Fund Batch Orders2.02.20160422
CreatedDateFromDateTimeWhen used, both from date and to date should be provided in the request 
CreatedDateToDateTime 

...

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 
CashTradeDateDateTimeThe date when the trade was executed2.02.20160422
CashSettlementDateDateTimeThe date the trade order was settled2.02.20160422
InstrumentTradeDateDateTime The date when the trade was executed2.02.20160422
InstrumentSettlementDateDateTime The date the instrument units was settled2.02.20160422
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
ExecutionInterfaceKeyStringThe key name of the associated execution interface2.02
ExecutionInterfaceGuidThe BrickId of the execution interface2.02
AllocationOrderGuidThe BrickId of the associated Allocation Order if any2.02
AllocationInstanceGuidThe BrickId of the associated allocation instance if any. An allocation instance is created when implementing a new allocation model in the user interface of BFS2.02
CreatedDateDateTimeThe timestamp of when the order was created2.02
IsPrePayedBoolTrue if the order follows the pre pay order process2.02
ExternalFundBatchOrderGuidThe BfsId of any associated ExternalFundBatchOrder2.02.20160422

...