ENUM_TRADE_ACTION
Value | Identifer | Description |
-2 | TRADE_ACTION_SELL_STOP | For sell stop order type. |
2 | TRADE_ACTION_BUY_STOP | For buy stop order type. |
-1 | TRADE_ACTION_SELL | For sell / sell limit order type. |
1 | TRADE_ACTION_BUY | For buy/ buy limit order type. |
See Also