| Package | Description |
|---|---|
| com.jfx |
| Modifier and Type | Field and Description |
|---|---|
static SelectionPool |
SelectionPool.MODE_HISTORY |
static SelectionPool |
SelectionPool.MODE_TRADES |
| Modifier and Type | Method and Description |
|---|---|
static SelectionPool |
SelectionPool.getSelectionPool(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.
|