Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 3.42 KB

Order.md

File metadata and controls

39 lines (34 loc) · 3.42 KB

Org.OpenAPITools.Model.Order

Properties

Name Type Description Notes
Direction string direction, `buy` or `sell`
ReduceOnly bool? `true` for reduce-only orders only [optional]
Triggered bool? Whether the stop order has been triggered (Only for stop orders) [optional]
OrderId string Unique order identifier
Price decimal? Price in base currency
TimeInForce string Order time in force: `"good_til_cancelled"`, `"fill_or_kill"`, `"immediate_or_cancel"`
Api bool? `true` if created with API
OrderState string order state, `"open"`, `"filled"`, `"rejected"`, `"cancelled"`, `"untriggered"`
Implv decimal? Implied volatility in percent. (Only if `advanced="implv"`) [optional]
Advanced string advanced type: `"usd"` or `"implv"` (Only for options; field is omitted if not applicable). [optional]
PostOnly bool? `true` for post-only orders only
Usd decimal? Option price in USD (Only if `advanced="usd"`) [optional]
StopPrice decimal? stop price (Only for future stop orders) [optional]
OrderType string order type, `"limit"`, `"market"`, `"stop_limit"`, `"stop_market"`
LastUpdateTimestamp int? The timestamp (seconds since the Unix epoch, with millisecond precision)
OriginalOrderType string Original order type. Optional field [optional]
MaxShow decimal? Maximum amount within an order to be shown to other traders, 0 for invisible order.
ProfitLoss decimal? Profit and loss in base currency. [optional]
IsLiquidation bool? `true` if order was automatically created during liquidation
FilledAmount decimal? Filled amount of the order. For perpetual and futures the filled_amount is in USD units, for options - in units or corresponding cryptocurrency contracts, e.g., BTC or ETH. [optional]
Label string user defined label (up to 32 characters)
Commission decimal? Commission paid so far (in base currency) [optional]
Amount decimal? It represents the requested order size. For perpetual and futures the amount is in USD units, for options it is amount of corresponding cryptocurrency contracts, e.g., BTC or ETH. [optional]
Trigger string Trigger type (Only for stop orders). Allowed values: `"index_price"`, `"mark_price"`, `"last_price"`. [optional]
InstrumentName string Unique instrument identifier [optional]
CreationTimestamp int? The timestamp (seconds since the Unix epoch, with millisecond precision)
AveragePrice decimal? Average fill price of the order [optional]

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