| Package | Description |
|---|---|
| com.jfx |
| Modifier and Type | Field and Description |
|---|---|
static SelectionType |
SelectionType.SELECT_BY_POS |
static SelectionType |
SelectionType.SELECT_BY_TICKET |
| Modifier and Type | Method and Description |
|---|---|
static SelectionType |
SelectionType.getSelectionType(int val) |
| Modifier and Type | Method and Description |
|---|---|
OrderInfo |
MT4.orderGet(int index,
SelectionType select,
SelectionPool pool)
The function selects available information about the order.
|
boolean |
MT4.orderSelect(int index,
SelectionType select,
SelectionPool pool)
The function selects an order for further processing.
|