CommandState Enumeration

GF API Documentation
Order command state

Namespace:  GF.Api.Values.Orders
Assembly:  GF.Api.Values (in GF.Api.Values.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public enum CommandState
Members

  Member nameValueDescription
Sent0 Awaiting completion
Executed1 Command executed successfully
Failed2 Command failed
Remarks

New commands have 'Sent' state, then it is changed to Executed and Failed state.
See Also

Reference