Enum OrderStateFilter
The state to filter the requested Orders by.
Namespace: FFT.Oanda.Orders
Assembly: FFT.Oanda.dll
Syntax
public enum OrderStateFilter : int
Fields
Name | Description |
---|---|
ALL | The Orders that are in any of the possible states listed above. |
CANCELLED | The Orders that have been cancelled. |
FILLED | The Orders that have been filled. |
PENDING | The Orders that are currently pending execution. |
TRIGGERED | The Orders that have been triggered. |