Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 2.77 KB

File metadata and controls

36 lines (33 loc) · 2.77 KB

# CrossexOrder

Properties

Name Type Description Notes
user_id string User ID
order_id string Order ID
text string Client-defined order ID.
state string 订单状态: NEW:订单已通过校验,等待发送到交易所 OPEN:订单已挂在交易所订单簿上 PARTIALLY_FILLED:订单已部分成交 FILLED:订单已完全成交 FAIL:CrossEx 内部校验未通过,请查看 reason 字段了解失败原因 REJECT:订单被交易所拒绝,请查看 reason 字段了解失败原因
symbol string Unique trading pair identifiers, e.g. `BINANCE_SPOT_BTC_USDT`, `BINANCE_FUTURE_BTC_USDT`.
side string Side (`BUY` buy / `SELL` sell).
type string Order type (`LIMIT` limit / `MARKET` market).
attribute string Order attributes (`COMMON` normal / `LIQ` liquidation takeover / `REDUCE` liquidation reduction / `ADL` auto-deleverage).
exchange_type string Exchange type (`BINANCE` / `OKX` / `GATE` / `BYBIT`).
business_type string Business type (`SPOT` Spot / `FUTURE` Futures / `MARGIN` Margin).
qty string Order quantity in the base currency.
quote_qty string Order quantity in the quote currency.
price string Order price.
time_in_force string Time in force (default `GTC`; enum: `GTC` / `IOC` / `FOK` / `POC`).
executed_qty string Filled base amount.
executed_amount string Filled quote amount.
executed_avg_price string Average Filled Price
fee_coin string Fee currency
fee string Fee amount.
reduce_only string Reduce-only order (`"true"` or `"false"`).
leverage string Order leverage multiplier.
reason string Failure reason description.
last_executed_qty string Base quantity of the latest fill.
last_executed_price string Price of the latest fill.
last_executed_amount string Quote amount of the latest fill.
position_side string Position side (`NONE` flat / `LONG` long / `SHORT` short).
create_time string Created time
update_time string Update time

[Back to Model list] [Back to API list] [Back to README]