Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 2.2 KB

File metadata and controls

22 lines (18 loc) · 2.2 KB

FuturesPriceTriggeredOrder

Futures price-triggered order details

Properties

Name Type Description Notes
initial FuturesInitialOrder
trigger FuturesPriceTrigger
id int Auto order ID [optional] [readonly]
user int User ID [optional] [readonly]
create_time float Created time [optional] [readonly]
finish_time float End time [optional] [readonly]
trade_id int ID of the order created after trigger [optional] [readonly]
status str Order status - `open`: Active - `finished`: Finished - `inactive`: Inactive, only applies to order take-profit/stop-loss - `invalid`: Invalid, only applies to order take-profit/stop-loss [optional] [readonly]
finish_as str Finish status: cancelled - Cancelled; succeeded - Succeeded; failed - Failed; expired - Expired [optional] [readonly]
reason str Additional description of how the order was completed [optional] [readonly]
order_type str Types of take-profit and stop-loss orders, including: - `close-long-order`: Order take-profit/stop-loss, close long position - `close-short-order`: Order take-profit/stop-loss, close short position - `close-long-position`: Position take-profit/stop-loss, used to close all long positions - `close-short-position`: Position take-profit/stop-loss, used to close all short positions - `plan-close-long-position`: Position plan take-profit/stop-loss, used to close all or partial long positions - `plan-close-short-position`: Position plan take-profit/stop-loss, used to close all or partial short positions The two types of order take-profit/stop-loss are read-only and cannot be passed in requests [optional]
me_order_id int Corresponding order ID for order take-profit/stop-loss orders [optional] [readonly]

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