Package | Description |
---|---|
com.dukascopy.api.feed | |
com.dukascopy.api.feed.util |
Modifier and Type | Method and Description |
---|---|
RenkoType |
IFeedDescriptor.getRenkoType()
Getter for DataType.RENKO bricks type.
|
RenkoType |
FeedDescriptor.getRenkoType()
Getter for DataType.RENKO bricks type.
|
protected static RenkoType |
FeedDescriptor.validateRenkoType(RenkoType renkoType) |
static RenkoType |
RenkoType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RenkoType[] |
RenkoType.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.setRenkoType(RenkoType renkoType)
Setter for DataType.RENKO bricks type.
|
void |
FeedDescriptor.setRenkoType(RenkoType renkoType)
Setter for DataType.RENKO bricks type.
|
protected static RenkoType |
FeedDescriptor.validateRenkoType(RenkoType renkoType) |
Modifier and Type | Method and Description |
---|---|
void |
RenkoFeedDescriptor.setRenkoType(RenkoType renkoType) |
Constructor and Description |
---|
RenkoFeedDescriptor(Instrument instrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
Period basePeriod,
RenkoType renkoType)
Constructor, that sets all required fields.
|
Copyright © 2024. All rights reserved.