Package | Description |
---|---|
com.dukascopy.api |
Modifier and Type | Method and Description |
---|---|
void |
IHistory.readBars(IFinancialInstrument financialInstrument,
Period period,
OfferSide side,
Filter filter,
int numberOfCandlesBefore,
long time,
int numberOfCandlesAfter,
DataLoadingListener barListener,
LoadingProgressListener loadingProgress)
Deprecated.
|
void |
IHistory.readBars(IFinancialInstrument financialInstrument,
Period period,
OfferSide side,
Filter filter,
long from,
long to,
DataLoadingListener barListener,
LoadingProgressListener loadingProgress)
Deprecated.
|
void |
IHistory.readBars(IFinancialInstrument financialInstrument,
Period period,
OfferSide side,
long from,
long to,
DataLoadingListener barListener,
LoadingProgressListener loadingProgress)
Deprecated.
|
void |
IHistory.readTicks(IFinancialInstrument financialInstrument,
long from,
long to,
DataLoadingListener tickListener,
LoadingProgressListener loadingProgress)
Deprecated.
|
Copyright © 2024. All rights reserved.