Order
See Also
(extended)BracketOrder
(extended)LimitIfTouchedOrder
(extended)MarketIfTouchedOrder
(extended)StopIfTouchedOrder
(extended)StopLimitIfTouchedOrder
(extended)StopLimitOrder
(extended)TrailingStopLossOrder
(extended)LimitOrder
(extended)MarketOrder
(extended)StopOrder
Constructor
No documentation has been provided. | ||||||||||||||||||
Presentation
| ||||||||||||||||||
Parameters
|
Properties
Name | Type | Description |
---|---|---|
accountId | string | Account used to send the order |
amount | number | Order amount in base currency |
average | number | Average filled price |
cost | number | 'filled' * 'price' (filled price used where available) |
datetime | Date | Date & time of order placement |
exchange | string | Exchange of the order |
fee |
| The fee object for the order |
filled | number | Filled amount of base currency |
id | string | The unique ID of the order. Unique even between different exchanges. Generate using |
lastTradeTimestamp | number | Unix timestamp of the most recent trade on this order |
market |
| Market of the order |
ooReason | string | Origin reason for the order |
parentId | string | Id of the parent algo order. |
portfolio | string | The name of the portfolio this order belongs to. The default is |
price | number | Price in quote currency (may be empty for market orders) |
remaining | number | Remaining amount pending fill |
side |
| Side of the order Buy/Sell or BuyCover/SellCover |
status |
| Current status of the order |
symbol | string | Instrument symbol of the order. Ex, "binanceDex-BTC/USDT" |
timeInForce |
| Time in Force condition for the order to remain active |
timestamp | number | Timestamp of order placement |
trades | Trade[] | Trade fills associated with this order |
venueId | string | Id of the order on the exchange |