This Enum used to indicate the order type if sell, buy,sellStop or buyStop.
The following are values and the descriptions for every value:
OperationTypeEnum
Value | Constant | Description |
-2 | SellStopType | For sell stop order |
2 | BuyStopType | For buy stop order |
-1 | SellType | For sell order, and sell limit order |
1 | BuyType | For buy order, and buy limit order |
See Also