Description
This Enum is used to indicate the order type that wantsto open it.
You can invoke it using VertexGeneral10.OperationTypeEnum and the following are values and description for each value.
Properties
Value | Constant | Description |
-2 | SellStopType | For sell stop order |
2 | BuyStopType | For buy stop order |
-1 | SellType | For a sell order, and sell limit order |
1 | BuyType | For a buy order, and buy limit order |
See Also