Package | Description |
---|---|
com.dukascopy.api.feed | |
com.dukascopy.api.feed.util |
Modifier and Type | Method and Description |
---|---|
static CreationPoint |
RenkoCreationPoint.convertToCreationPoint(RenkoCreationPoint renkoCreationPoint) |
CreationPoint |
IFeedInfo.getCreationPoint()
Deprecated.
Getter for DataType.LINE_BREAK, DataType.RENKO data creation point
|
CreationPoint |
IFeedDescriptor.getCreationPoint()
Getter for DataType.LINE_BREAK, DataType.RENKO, DataType.KAGI data creation point
|
CreationPoint |
FeedInfo.getCreationPoint()
Deprecated.
Getter for DataType.LINE_BREAK, DataType.RENKO data creation point
|
CreationPoint |
FeedDescriptor.getCreationPoint()
Getter for DataType.LINE_BREAK, DataType.RENKO, DataType.KAGI data creation point
|
protected static CreationPoint |
FeedInfo.validateCreationPoint(CreationPoint creationPoint)
Deprecated.
|
protected static CreationPoint |
FeedDescriptor.validateCreationPoint(CreationPoint creationPoint) |
static CreationPoint |
CreationPoint.valueOf(java.lang.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.createKagiFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
PriceRange turnaroundAmount,
Period timeSession,
CreationPoint creationPoint)
Deprecated.
Create Kagi feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createKagiFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
PriceRange turnaroundAmount,
Period timeSession,
CreationPoint creationPoint,
Period basePeriod)
Deprecated.
Create Kagi feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
IFeedInfo |
IFeedInfoProvider.createLineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint)
Deprecated.
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)
Deprecated.
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)
Deprecated.
Create Line Break feed info
|
IFeedInfo |
IFeedInfoProvider.createRenkoFeedInfo(IFinancialInstrument financialInstrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint)
Deprecated.
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)
Deprecated.
Create Renko feed info, default values are taken from:
base period,
IFeedInfo.DEFAULT_BASE_PERIOD . |
void |
IFeedInfo.setCreationPoint(CreationPoint creationPoint)
Deprecated.
Setter for DataType.LINE_BREAK, DataType.RENKO data creation point
|
void |
IFeedDescriptor.setCreationPoint(CreationPoint creationPoint)
Setter for DataType.LINE_BREAK, DataType.RENKO, DataType.KAGI data creation point
|
void |
FeedInfo.setCreationPoint(CreationPoint creationPoint)
Deprecated.
Setter for DataType.LINE_BREAK, DataType.RENKO data creation point
|
void |
FeedDescriptor.setCreationPoint(CreationPoint creationPoint)
Setter for DataType.LINE_BREAK, DataType.RENKO, DataType.KAGI data creation point
|
protected static CreationPoint |
FeedInfo.validateCreationPoint(CreationPoint creationPoint)
Deprecated.
|
protected static CreationPoint |
FeedDescriptor.validateCreationPoint(CreationPoint creationPoint) |
Modifier and Type | Method and Description |
---|---|
void |
RenkoFeedInfo.setCreationPoint(CreationPoint creationPoint)
Deprecated.
|
void |
RenkoFeedDescriptor.setCreationPoint(CreationPoint creationPoint) |
void |
LineBreakFeedInfo.setCreationPoint(CreationPoint creationPoint)
Deprecated.
|
void |
LineBreakFeedDescriptor.setCreationPoint(CreationPoint creationPoint) |
void |
KagiFeedInfo.setCreationPoint(CreationPoint creationPoint)
Deprecated.
|
void |
KagiFeedDescriptor.setCreationPoint(CreationPoint creationPoint) |
Constructor and Description |
---|
KagiFeedDescriptor(Instrument instrument,
OfferSide offerSide,
PriceRange turnaroundAmount,
Period timeSession,
CreationPoint creationPoint)
Constructor for Kagi data with static turnaround price in pips (turnaroundAmount), which uses default values for:
base period -
IFeedDescriptor.DEFAULT_BASE_PERIOD
|
KagiFeedDescriptor(Instrument instrument,
OfferSide offerSide,
PriceRange turnaroundAmount,
Period timeSession,
CreationPoint creationPoint,
Period basePeriod)
Constructor, that sets all the required fields.
|
KagiFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
PriceRange turnaroundAmount,
Period timeSession,
CreationPoint creationPoint)
Deprecated.
Constructor for Kagi data with static turnaround price in pips (turnaroundAmount), which uses default values for:
base period -
IFeedDescriptor.DEFAULT_BASE_PERIOD
|
KagiFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
PriceRange turnaroundAmount,
Period timeSession,
CreationPoint creationPoint,
Period basePeriod)
Deprecated.
Constructor, that sets all the required fields.
|
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.
|
LineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint)
Deprecated.
Constructor, that uses default values for:
number of look-back lines,
LineBreakLookback.THREE_LINES ;
base period, IFeedDescriptor.DEFAULT_BASE_PERIOD . |
LineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
LineBreakLookback lookbackLines)
Deprecated.
Constructor, that uses default values for:
base period,
IFeedDescriptor.DEFAULT_BASE_PERIOD . |
LineBreakFeedInfo(IFinancialInstrument financialInstrument,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
LineBreakLookback lookbackLines,
Period basePeriod)
Deprecated.
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 ) and renko type to RenkoType.REGULAR . |
RenkoFeedDescriptor(Instrument instrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
Period basePeriod)
This constructor sets renko type to
RenkoType.REGULAR . |
RenkoFeedDescriptor(Instrument instrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
Period basePeriod,
RenkoType renkoType)
Constructor, that sets all required fields.
|
RenkoFeedInfo(IFinancialInstrument financialInstrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint)
Deprecated.
This constructor sets base period to default (
IFeedDescriptor.DEFAULT_BASE_PERIOD ) |
RenkoFeedInfo(IFinancialInstrument financialInstrument,
PriceRange brickSize,
OfferSide offerSide,
Period timeSession,
CreationPoint creationPoint,
Period basePeriod)
Deprecated.
Constructor, that sets all required fields.
|
Copyright © 2024. All rights reserved.