Enum GuaranteedStopLossOrderMutability
For accounts that support guaranteed Stop Loss Orders, describes the actions that can be be performed on guaranteed Stop Loss Orders for that account.
Namespace: FFT.Oanda.Accounts
Assembly: FFT.Oanda.dll
Syntax
public enum GuaranteedStopLossOrderMutability : int
Fields
Name | Description |
---|---|
CANCELABLE | Once a guaranteed Stop Loss Order has been created it can be either replaced or cancelled. |
FIXED | Once a guaranteed Stop Loss Order has been created it cannot be replaced or cancelled. |
PRICE_WIDEN_ONLY | An existing guaranteed Stop Loss Order can only be replaced to widen the gap from the current price, not cancelled. |
REPLACEABLE | An existing guaranteed Stop Loss Order can only be replaced, not cancelled. |