Package | Description |
---|---|
com.dukascopy.api.feed | |
com.dukascopy.api.feed.util |
Modifier and Type | Method and Description |
---|---|
CalculationMethod |
IFeedDescriptor.getCalculationMethod()
Getter for DataType.POINT_AND_FIGURE calculation method.
|
CalculationMethod |
FeedDescriptor.getCalculationMethod()
Getter for DataType.POINT_AND_FIGURE calculation method.
|
protected static CalculationMethod |
FeedDescriptor.validateCalculationMethod(CalculationMethod calculationMethod) |
static CalculationMethod |
CalculationMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CalculationMethod[] |
CalculationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IFeedDescriptor.setCalculationMethod(CalculationMethod calculationMethod)
Setter for DataType.POINT_AND_FIGURE calculation method.
|
void |
FeedDescriptor.setCalculationMethod(CalculationMethod calculationMethod)
Setter for DataType.POINT_AND_FIGURE calculation method.
|
protected static CalculationMethod |
FeedDescriptor.validateCalculationMethod(CalculationMethod calculationMethod) |
Modifier and Type | Method and Description |
---|---|
void |
PointAndFigureFeedDescriptor.setCalculationMethod(CalculationMethod calculationMethod) |
Constructor and Description |
---|
PointAndFigureFeedDescriptor(Instrument instrument,
PriceRange boxSize,
ReversalAmount reversalAmount,
OfferSide offerSide,
Period timeSession,
CalculationMethod calculationMethod,
Period basePeriod)
Constructor, that sets all required fields.
|
Copyright © 2024. All rights reserved.