Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 807 Bytes

CancelOrderResult.md

File metadata and controls

13 lines (10 loc) · 807 Bytes

CancelOrderResult

Properties

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