|
ENUM_TRADE_ACTION
| Value |
Identifer |
Description |
| -2 |
TRADE_ACTION_SELL_STOP |
For sell stop order. |
| 2 |
TRADE_ACTION_BUY_STOP |
For buy stop order. |
| -1 |
TRADE_ACTION_SELL |
For sell order, and sell limit order. |
| 1 |
TRADE_ACTION_BUY |
For buy order, and buy limit order. |
See Also
Back to VTL Client Script Index
|