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