Enum TradeStateFilter
The state to filter the trades by.
Namespace: FFT.Oanda.Trades
Assembly: FFT.Oanda.dll
Syntax
public enum TradeStateFilter : int
Fields
Name | Description |
---|---|
ALL | The trades that are in any of the possible states listed above. |
CLOSE_WHEN_TRADEABLE | The trades that will be closed as soon as the trades’ instrument becomes tradeable. |
CLOSED | The trades that have been fully closed. |
OPEN | The trades that are currently open. |