Enum OrderPositionFill
Specification of how Positions in the Account are modified when the Order is filled.
Namespace: FFT.Oanda.Orders
Assembly: FFT.Oanda.dll
Syntax
public enum OrderPositionFill : int
Fields
Name | Description |
---|---|
DEFAULT | When the Order is filled, use REDUCE_FIRST behaviour for non-client hedging Accounts, and OPEN_ONLY behaviour for client hedging Accounts. |
OPEN_ONLY | When the Order is filled, only allow Positions to be opened or extended. |
REDUCE_FIRST | When the Order is filled, always fully reduce an existing Position before opening a new Position. |
REDUCE_ONLY | When the Order is filled, only reduce an existing Position. |