Package | Description |
---|---|
com.dukascopy.api | |
com.dukascopy.api.feed |
Modifier and Type | Method and Description |
---|---|
ITickBar |
IHistory.getTickBar(Instrument instrument,
OfferSide offerSide,
TickBarSize tickBarSize,
int shift)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ITickBar> |
IHistory.getTickBars(Instrument instrument,
OfferSide offerSide,
TickBarSize tickBarSize,
int numberOfBarsBefore,
long time,
int numberOfBarsAfter)
Deprecated.
|
java.util.List<ITickBar> |
IHistory.getTickBars(Instrument instrument,
OfferSide offerSide,
TickBarSize tickBarSize,
long from,
long to)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ITickBarFeedListener.onBar(Instrument instrument,
OfferSide offerSide,
TickBarSize tickBarSize,
ITickBar bar)
Deprecated.
The method is being called when next Tick Bar arrives
|
Copyright © 2024. All rights reserved.