Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 620 Bytes

FutureCancelOrderResult.md

File metadata and controls

17 lines (12 loc) · 620 Bytes

Io.Gate.GateApi.Model.FutureCancelOrderResult

Order cancellation result

Properties

Name Type Description Notes
Id string Order ID [optional]
UserId long User ID [optional]
Succeeded bool Whether cancellation succeeded [optional]
Message string Error message when failed to cancel the order; empty if succeeded [optional]

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