Trade Entity
A Trade is the core entity of the Quentrade Order Management System (OMS). It defines the lifecycle, parameters, conditional logic, execution details, and fill metrics for orders submitted to supported exchanges.
Attributes
16Unique Quentrade ID for this Trade entity.
Unique Quentrade ID for this exchange account entity.
Trading pair in Quentrade format (e.g., BTC_ETH).
Unix timestamp when this Trade was created. Example: 1727871936.
Unix timestamp when this Trade was closed. Example: 1727871937.
Details of the order applied to this Trade.
Amount of units of BASE currency (ETH in this case) for this Trade.
The price of the order. Applied only for limit orders.
Total value of the order in quote currency.
Details of the conditional order behavior applied to this Trade.
Configuration of the trailing stop behavior applied to this Trade.
Details of timeout behavior for conditional trades. After condition is met, system waits for timeout period before checking and placing the order.
Details of the leverage settings applied to this Trade.
General status information and error details for this Trade entity.
Information about the current or final fill status of the Trade.
Additional metadata and actionable state for the Trade.