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