TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
int OrderType | ( | ) |
Returns order operation type of the currently selected order
OP_BUY | Buy operation |
OP_SELL | Sell operation |
OP_BUYLIMIT | Buy limit pending order |
OP_SELLLIMIT | Sell limit pending order |
OP_BUYSTOP | Buy stop pending order |
OP_SELLSTOP | Sell stop pending order |
The order must be previously selected by the OrderSelect() function