Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 846 Bytes

CancelOrderResult.md

File metadata and controls

14 lines (11 loc) · 846 Bytes

# CancelOrderResult

Properties

Name Type Description Notes
currency_pair string Order currency pair [optional]
id string Order ID [optional]
succeeded bool Whether cancellation succeeded [optional]
label string Error label when failed to cancel the order; emtpy if succeeded [optional]
message string Error message when failed to cancel the order; empty if succeeded [optional]
account string Empty by default. If cancelled order is cross margin order, this field is set to `cross_margin` [optional]

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