| Package | Description |
|---|---|
| com.dukascopy.api | |
| com.dukascopy.api.feed | |
| com.dukascopy.api.feed.util |
| Modifier and Type | Method and Description |
|---|---|
long |
IDataService.getTimeOfFirstPointAndFigure(Instrument instrument,
PriceRange priceRange,
ReversalAmount reversalAmount,
DataInterpolationDescriptor dataInterpolationDescriptor)
Returns the time of first
point & figures for specified Instrument, PriceRange, ReversalAmount and DataInterpolationDescriptor |
long |
IDataService.getTimeOfFirstRangeBar(Instrument instrument,
PriceRange priceRange,
DataInterpolationDescriptor dataInterpolationDescriptor)
Returns the time of first
price range bars for specified Instrument, PriceRange and DataInterpolationDescriptor |
| Modifier and Type | Method and Description |
|---|---|
DataInterpolationDescriptor |
IFeedDescriptor.getDataInterpolationDescriptor()
Getter for DataType.POINT_AND_FIGURE and DataType.PRICE_RANGE_AGGREGATION DataInterpolationDescriptor.
|
DataInterpolationDescriptor |
FeedDescriptor.getDataInterpolationDescriptor()
Getter for DataType.POINT_AND_FIGURE and DataType.PRICE_RANGE_AGGREGATION DataInterpolationDescriptor.
|
DataInterpolationDescriptor |
IFeedInfo.getDataInterpolationDescriptor()
Getter for DataType.POINT_AND_FIGURE and DataType.PRICE_RANGE_AGGREGATION DataInterpolationDescriptor.
|
static DataInterpolationDescriptor |
DataInterpolationDescriptor.getSuitableDataInterpolationDescriptor(PriceRange priceRange)
Returns suitable DataInterpolationDescriptor according to the given PriceRange.
|
static DataInterpolationDescriptor |
DataInterpolationDescriptor.getSuitableDataInterpolationDescriptor(PriceRange priceRange,
ReversalAmount reversalAmount)
Returns suitable DataInterpolationDescriptor according to the given PriceRange and ReversalAmount.
|
static DataInterpolationDescriptor |
DataInterpolationDescriptor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataInterpolationDescriptor[] |
DataInterpolationDescriptor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IFeedInfo |
IFeedInfoProvider.createPointAndFigureFeedInfo(IFinancialInstrument financialInstrument,
PriceRange boxSize,
ReversalAmount reversalAmount,
OfferSide offerSide,
Period basePeriod,
DataInterpolationDescriptor interpolationDescriptor)
Create Point and Figure feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD. |
IFeedInfo |
IFeedInfoProvider.createRangeBarFeedInfo(IFinancialInstrument financialInstrument,
PriceRange priceRange,
OfferSide offerSide,
Period basePeriod,
DataInterpolationDescriptor interpolationDescriptor)
Create Range bar feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD. |
void |
IFeedDescriptor.setDataInterpolationDescriptor(DataInterpolationDescriptor interpolationDescriptor)
Setter for DataType.POINT_AND_FIGURE and DataType.PRICE_RANGE_AGGREGATION DataInterpolationDescriptor.
|
void |
FeedDescriptor.setDataInterpolationDescriptor(DataInterpolationDescriptor interpolationDescriptor)
Setter for DataType.POINT_AND_FIGURE and DataType.PRICE_RANGE_AGGREGATION DataInterpolationDescriptor.
|
void |
IFeedInfo.setDataInterpolationDescriptor(DataInterpolationDescriptor interpolationDescriptor)
Setter for DataType.POINT_AND_FIGURE and DataType.PRICE_RANGE_AGGREGATION DataInterpolationDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TickBarFeedDescriptor.setDataInterpolationDescriptor(DataInterpolationDescriptor interpolationDescriptor) |
| Constructor and Description |
|---|
PointAndFigureFeedDescriptor(Instrument instrument,
PriceRange boxSize,
ReversalAmount reversalAmount,
OfferSide offerSide,
Period basePeriod,
DataInterpolationDescriptor interpolationDescriptor)
Constructor, that sets all required fields.
|
RangeBarFeedDescriptor(Instrument instrument,
PriceRange priceRange,
OfferSide offerSide,
Period basePeriod,
DataInterpolationDescriptor interpolationDescriptor)
Constructor, that sets all required fields.
|
Copyright © 2016. All rights reserved.