Package | Description |
---|---|
com.dukascopy.api |
Modifier and Type | Method and Description |
---|---|
void |
IHistory.readBars(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter,
LoadingDataListener barListener,
LoadingProgressListener loadingProgress)
Reads bars from the local cache in the background.
|
void |
IHistory.readBars(Instrument instrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to,
LoadingDataListener barListener,
LoadingProgressListener loadingProgress)
Reads bars from the local cache in the background.
|
void |
IHistory.readBars(Instrument instrument,
Period period,
OfferSide side,
long from,
long to,
LoadingDataListener barListener,
LoadingProgressListener loadingProgress)
Reads bars from the local cache in the background.
|
void |
IHistory.readTicks(IFinancialInstrument financialInstrument,
int numberOfOneSecondIntervalsBefore,
long time,
int numberOfOneSecondIntervalsAfter,
LoadingDataListener tickListener,
LoadingProgressListener loadingProgress)
Deprecated.
|
void |
IHistory.readTicks(Instrument instrument,
int numberOfOneSecondIntervalsBefore,
long time,
int numberOfOneSecondIntervalsAfter,
LoadingDataListener tickListener,
LoadingProgressListener loadingProgress)
Reads ticks from the local cache in the background.
|
void |
IHistory.readTicks(Instrument instrument,
long from,
long to,
LoadingDataListener tickListener,
LoadingProgressListener loadingProgress)
Reads ticks from the local cache in the background.
|
Copyright © 2024. All rights reserved.