|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITick | |
---|---|
com.dukascopy.api |
Uses of ITick in com.dukascopy.api |
---|
Methods in com.dukascopy.api that return ITick | |
---|---|
ITick |
IHistory.getLastTick(Instrument instrument)
Returns last tick for specified instrument |
Methods in com.dukascopy.api that return types with arguments of type ITick | |
---|---|
List<ITick> |
IHistory.getTicks(Instrument instrument,
long from,
long to)
Returns ticks for specified instrument and time interval. |
Methods in com.dukascopy.api with parameters of type ITick | |
---|---|
void |
IStrategy.onTick(Instrument instrument,
ITick tick)
Called on every tick of every instrument that application is subscribed on |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |