Package | Description |
---|---|
com.dukascopy.api.feed | |
com.dukascopy.api.feed.util |
Modifier and Type | Method and Description |
---|---|
static CreationPoint |
RenkoCreationPoint.convertToCreationPoint(RenkoCreationPoint renkoCreationPoint) |
CreationPoint |
IFeedDescriptor.getCreationPoint()
Getter for DataType.LINE_BREAK, DataType.RENKO data creation point
|
CreationPoint |
FeedDescriptor.getCreationPoint()
Getter for DataType.LINE_BREAK, DataType.RENKO data creation point
|
CreationPoint |
IFeedInfo.getCreationPoint()
Getter for DataType.LINE_BREAK, DataType.RENKO data creation point
|
protected static CreationPoint |
FeedDescriptor.validateCreationPoint(CreationPoint creationPoint) |
static CreationPoint |
CreationPoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreationPoint[] |
CreationPoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static RenkoCreationPoint |
CreationPoint.convertToRenkoCreationPoint(CreationPoint creationPoint) |
IFeedInfo |
IFeedInfoProvider.createLineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint)
Create Line Break feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createLineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
LineBreakLookback lookbackLines)
Create Line Break feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createLineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
LineBreakLookback lookbackLines,
Period basePeriod)
Create Line Break feed info
|
IFeedInfo |
IFeedInfoProvider.createRenkoFeedInfo(IFinancialInstrument financialInstrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint)
Create Renko feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createRenkoFeedInfo(IFinancialInstrument financialInstrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
Period basePeriod)
Create Renko feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
void |
IFeedDescriptor.setCreationPoint(CreationPoint creationPoint)
Setter for DataType.LINE_BREAK, DataType.RENKO data creation point
|
void |
FeedDescriptor.setCreationPoint(CreationPoint creationPoint)
Setter for DataType.LINE_BREAK, DataType.RENKO data creation point
|
void |
IFeedInfo.setCreationPoint(CreationPoint creationPoint)
Setter for DataType.LINE_BREAK, DataType.RENKO data creation point
|
protected static CreationPoint |
FeedDescriptor.validateCreationPoint(CreationPoint creationPoint) |
Modifier and Type | Method and Description |
---|---|
void |
RenkoFeedDescriptor.setCreationPoint(CreationPoint creationPoint) |
void |
LineBreakFeedDescriptor.setCreationPoint(CreationPoint creationPoint) |
Constructor and Description |
---|
LineBreakFeedDescriptor(Instrument instrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint)
Constructor, that uses default values for:
number of look-back lines,
LineBreakLookback.THREE_LINES ;
base period, IFeedDescriptor.DEFAULT_BASE_PERIOD . |
LineBreakFeedDescriptor(Instrument instrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
LineBreakLookback lookbackLines)
Constructor, that uses default values for:
base period,
IFeedDescriptor.DEFAULT_BASE_PERIOD . |
LineBreakFeedDescriptor(Instrument instrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
LineBreakLookback lookbackLines,
Period basePeriod)
Constructor, that sets all required fields.
|
RenkoFeedDescriptor(Instrument instrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint)
This constructor sets base period to default (
IFeedDescriptor.DEFAULT_BASE_PERIOD ) |
RenkoFeedDescriptor(Instrument instrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
Period basePeriod)
Constructor, that sets all required fields.
|
Copyright © 2016. All rights reserved.