[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.09 KB

SpotPriceTriggeredOrder.md

File metadata and controls

20 lines (15 loc) · 1.09 KB

SpotPriceTriggeredOrder

Properties

Name Type Description Notes
Trigger SpotPriceTrigger
Put SpotPricePutOrder
Id int64 Auto order ID [optional] [readonly]
User int32 User ID [optional] [readonly]
Market string Currency pair
Ctime int64 Creation time [optional] [readonly]
Ftime int64 Finished time [optional] [readonly]
FiredOrderId int64 ID of the newly created order on condition triggered [optional] [readonly]
Status string Status - open: open - cancelled: being manually cancelled - finish: successfully executed - failed: failed to execute - expired - expired [optional] [readonly]
Reason string Additional remarks on how the order was finished [optional] [readonly]

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