Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 907 Bytes

CancelOrderResult.md

File metadata and controls

17 lines (13 loc) · 907 Bytes

CancelOrderResult

Order cancellation result

Properties

Name Type Description Notes
currency_pair str Order currency pair [optional]
id str Order ID [optional]
text str Custom order information [optional]
succeeded bool Whether cancellation succeeded [optional]
label str Error label when failed to cancel the order; emtpy if succeeded [optional]
message str Error message when failed to cancel the order; empty if succeeded [optional]
account str 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]