| Package | Description |
|---|---|
| com.jfx | |
| com.jfx.strategy |
| Modifier and Type | Method and Description |
|---|---|
TickInfo |
MT4.newTick(String symbol,
TickInfo lastTick)
Returns new tick information (time,bid,ask,orders P/L) for the specified symbol.
|
| Modifier and Type | Method and Description |
|---|---|
TickInfo |
MT4.newTick(String symbol,
TickInfo lastTick)
Returns new tick information (time,bid,ask,orders P/L) for the specified symbol.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Strategy.TickListener.onTick(TickInfo tick,
MT4 connection)
Handle new tick info.
|