Enum StopLossOrderReason
The reason that the Stop Loss Order was initiated.
Namespace: FFT.Oanda.Transactions
Assembly: FFT.Oanda.dll
Syntax
public enum StopLossOrderReason : int
Fields
Name | Description |
---|---|
CLIENT_ORDER | The Stop Loss Order was initiated at the request of a client |
ON_FILL | The Stop Loss Order was initiated automatically when an Order was filled that opened a new Trade requiring a Stop Loss Order. |
REPLACEMENT | The Stop Loss Order was initiated as a replacement for an existing Order |