Package | Description |
---|---|
com.dukascopy.api | |
com.dukascopy.api.feed | |
com.dukascopy.api.feed.util |
Modifier and Type | Field and Description |
---|---|
static LineBreakLookback |
LineBreakLookback.FIVE_LINES |
static LineBreakLookback |
LineBreakLookback.FOUR_LINES |
static LineBreakLookback |
LineBreakLookback.THREE_LINES |
static LineBreakLookback |
LineBreakLookback.TWO_LINES |
Modifier and Type | Method and Description |
---|---|
static LineBreakLookback[] |
LineBreakLookback.createAllPossibleNLineBreakLookbackValues()
Method creates and returns all available LineBreakLookback's
|
static LineBreakLookback |
LineBreakLookback.getDefault() |
LineBreakLookback |
IChart.getLineBreakLookback()
The method returns currently selected LineBreakLoockback on chart
|
static LineBreakLookback |
LineBreakLookback.valueOf(int lineNum)
The method returns appropriate LineBreakLookback for the passed number of lines.
|
static LineBreakLookback |
LineBreakLookback.valueOf(java.lang.String str)
The method returns appropriate LineBreakLookback for the passed String
Note - maximal allowed number of look-back lines is 10, minimal - 2.
|
Modifier and Type | Method and Description |
---|---|
int |
LineBreakLookback.compareTo(LineBreakLookback lookback)
The method compares passed LineBreakLookback with the current one
|
Modifier and Type | Method and Description |
---|---|
LineBreakLookback |
IFeedInfo.getLineBreakLookback()
Deprecated.
Getter for DataType.LINE_BREAK number of look-back lines.
|
LineBreakLookback |
IFeedDescriptor.getLineBreakLookback()
Getter for DataType.LINE_BREAK number of look-back lines.
|
LineBreakLookback |
FeedInfo.getLineBreakLookback()
Deprecated.
Getter for DataType.LINE_BREAK number of look-back lines.
|
LineBreakLookback |
FeedDescriptor.getLineBreakLookback()
Getter for DataType.LINE_BREAK number of look-back lines.
|
protected static LineBreakLookback |
FeedInfo.validateLineBreakLookback(LineBreakLookback lookbackLines)
Deprecated.
|
protected static LineBreakLookback |
FeedDescriptor.validateLineBreakLookback(LineBreakLookback lookbackLines) |
Modifier and Type | Method and Description |
---|---|
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
|
void |
IFeedInfo.setLineBreakLookback(LineBreakLookback numOfLines)
Deprecated.
Setter for DataType.LINE_BREAK number of look-back lines.
|
void |
IFeedDescriptor.setLineBreakLookback(LineBreakLookback numOfLines)
Setter for DataType.LINE_BREAK number of look-back lines.
|
void |
FeedInfo.setLineBreakLookback(LineBreakLookback numOfLines)
Deprecated.
Setter for DataType.LINE_BREAK number of look-back lines.
|
void |
FeedDescriptor.setLineBreakLookback(LineBreakLookback numOfLines)
Setter for DataType.LINE_BREAK number of look-back lines.
|
protected static LineBreakLookback |
FeedInfo.validateLineBreakLookback(LineBreakLookback lookbackLines)
Deprecated.
|
protected static LineBreakLookback |
FeedDescriptor.validateLineBreakLookback(LineBreakLookback lookbackLines) |
Modifier and Type | Method and Description |
---|---|
void |
LineBreakFeedInfo.setLineBreakLookback(LineBreakLookback lookbackLines)
Deprecated.
|
void |
LineBreakFeedDescriptor.setLineBreakLookback(LineBreakLookback lookbackLines) |
Constructor and Description |
---|
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,
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.
|
Copyright © 2024. All rights reserved.