Description
This ENUM is to indicate the transaction Type,The following are values and the descriptions for every value:
Properties
Value | Constant | Description |
-1 | SellType | For sell orders |
1 | BuyType | For buy orders |
-2 | SellStop | For sell stop orders |
2 | BuyStop | For buy Stop orders |
See Also