Description
This Enum used to indicate Trade Action Type, The following are values and the descriptions for every value:
ENUM_TRADE_ACTION_TYPE
Value | Constant | Description |
1 | TRADE_ORDER_NEW | Indicates to new order |
2 | TRADE_ORDER_DELETED | Indicates to delete order |
3 | TRADE_POSITION_NEW | Indicates to new position |
4 | TRADE_SLTP_ACCEPTED | Indicates to accept SLTP |
5 | TRADE_SLTP_CANCELED | Indicates to cancel SLTP |
6 | TRADE_LIMIT_ORDER_CANCELED | Indicates to cancel limit order |
See Also