Enum OrderState
The current state of the order.
Namespace: FFT.Oanda.Orders
Assembly: FFT.Oanda.dll
Syntax
public enum OrderState : int
Fields
Name | Description |
---|---|
CANCELLED | The order has been cancelled. |
FILLED | The order has been filled. |
PENDING | The order is currently pending execution. |
TRIGGERED | The order has been triggered. |