Enum MarketOrderReason
The reason that the Market Order was created.
Namespace: FFT.Oanda.Transactions
Assembly: FFT.Oanda.dll
Syntax
public enum MarketOrderReason : int
Fields
| Name | Description |
|---|---|
| CLIENT_ORDER | The Market Order was created at the request of a client. |
| DELAYED_TRADE_CLOSE | The Market Order was created to close a trade marked for delayed closure. |
| MARGIN_CLOSEOUT | The Market Order was created as part of a Margin Closeout. |
| POSITION_CLOSEOUT | The Market Order was created to close a Position at the request of a client. |
| TRADE_CLOSE | The Market Order was created to close a Trade at the request of a client. |