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

Version 1 Next »

Filter inputs

NameTypeDescriptionMandatoryAvailable from version
BrickIdsGuid[]Filter by array of BrickIds. BrickId is the internal id of a currency exchange order.
2.25
OrderDirectionKeyStringFilter based on if you want to show buy or sell orders. Enter "Buy" for buy orders and "Sell" for sell orders.
2.25
AccountOwnersGuid[]Filter based on the BrickId of the account owner Legal Entities.
2.25
AccountsGuid[]Filter based on the Account where the order is associated.
2.25
BuyCashAssetBrickIdsGuid[]Filter based on the Cash asset BrickIds of the currency that should be bought.
2.25
SellCashAssetBrickIdsGuid[]Filter based on the Cash asset BrickIds of the currency that should be sold.
2.25
CommentsString[]Filter based on the comments on the orders.
2.25
CreatedDateFromDateTimeFilter on the created date of the orders.
2.25
CreatedDateToDateTime
2.25
FromBuyAmountDecimalIn case of a buy order you can filter based on the amount that should be bought.
2.25
ToBuyAmountDecimal
2.25
FromSellAmountDecimalIn case of a sell order you can filter based on the amount that should be sold.
2.25
ToSellAmountDecimal
2.25
OrderNosString[]Filter by order numbers.
2.25
StatesString[]

Filter by order status, available statuses are:

Placed - the initial state
PrePlaced - if the order is placed but money is not available to reserve
Processed - the order is ready to be sent for execution
Sent - the order was sent for execution
Executed - the order was executed
Settled - the order was settled
Cancelled - the order was cancelled
Review - the order is currently in review


2.25

Response rows (Array) inherits from EntityBase

NameTypeDescriptionAvailable from version
BrickIdGuid

OrderDirectionKey


AccountOwner


Account


BuyCashAssetBrickId


SellCashAssetBrickId


Comment


BuyAmount


SellAmount


OrderNo


Code examples

C# - Get all account types from a BFS instance
 


Blog Posts

  • No labels