Enum TradeState
The current state of the trade.
Namespace: FFT.Oanda.Trades
Assembly: FFT.Oanda.dll
Syntax
public enum TradeState : int
Fields
Name | Description |
---|---|
CLOSE_WHEN_TRADEABLE | The trade will be closed as soon as the trade’s instrument becomes tradeable. |
CLOSED | The trade has been fully closed. |
OPEN | The trade is currently open. |