Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.09 KB

SpotPriceTriggeredOrder.md

File metadata and controls

20 lines (16 loc) · 1.09 KB

SpotPriceTriggeredOrder

Spot order detail

Properties

Name Type Description Notes
trigger SpotPriceTrigger
put SpotPricePutOrder
id int Auto order ID [optional] [readonly]
user int User ID [optional] [readonly]
market str Currency pair
ctime int Creation time [optional] [readonly]
ftime int Finished time [optional] [readonly]
fired_order_id int ID of the newly created order on condition triggered [optional] [readonly]
status str Status - open: open - cancelled: being manually cancelled - finish: successfully executed - failed: failed to execute - expired - expired [optional] [readonly]
reason str Additional remarks on how the order was finished [optional] [readonly]

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