public class TickBarFeedDescriptor extends FeedDescriptor implements ITailoredFeedDescriptor<ITickBar>
FeedDescriptor
DEFAULT_BASE_PERIOD, INFINITE_BASE_PERIOD
Constructor and Description |
---|
TickBarFeedDescriptor(Instrument instrument,
TickBarSize tickBarSize,
OfferSide offerSide)
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation. |
TickBarFeedDescriptor(Instrument instrument,
TickBarSize tickBarSize,
OfferSide offerSide,
Period basePeriod)
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation. |
Modifier and Type | Method and Description |
---|---|
void |
setDataInterpolationDescriptor(DataInterpolationDescriptor interpolationDescriptor)
Setter for DataType.POINT_AND_FIGURE and DataType.PRICE_RANGE_AGGREGATION DataInterpolationDescriptor.
|
void |
setPeriod(Period period)
Setter for period.
|
equals, getCreationPoint, getDataInterpolationDescriptor, getDataType, getFilter, getInstrument, getLineBreakLookback, getOfferSide, getPeriod, getPriceRange, getRenkoCreationPoint, getRenkoSession, getReversalAmount, getTickBarSize, getTimeSession, hashCode, setCreationPoint, setDataType, setFilter, setInstrument, setLineBreakLookback, setOfferSide, setPriceRange, setRenkoCreationPoint, setRenkoSession, setReversalAmount, setTickBarSize, setTimeSession, toString, validateBasePeriod, validateCreationPoint, validateLineBreakLookback, validateRenkoCreationPoint, validateRenkoSession, validateTimeSession, valueOf
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCreationPoint, getDataInterpolationDescriptor, getDataType, getFilter, getInstrument, getLineBreakLookback, getOfferSide, getPeriod, getPriceRange, getRenkoCreationPoint, getRenkoSession, getReversalAmount, getTickBarSize, getTimeSession, setCreationPoint, setDataType, setFilter, setInstrument, setLineBreakLookback, setOfferSide, setPriceRange, setRenkoCreationPoint, setRenkoSession, setReversalAmount, setTickBarSize, setTimeSession
public TickBarFeedDescriptor(Instrument instrument, TickBarSize tickBarSize, OfferSide offerSide)
FeedDescriptor
creation.
Base period is set to default (one week).instrument
- tickBarSize
- offerSide
- public TickBarFeedDescriptor(Instrument instrument, TickBarSize tickBarSize, OfferSide offerSide, Period basePeriod)
FeedDescriptor
creation.
The period represents the base period.instrument
- tickBarSize
- offerSide
- basePeriod
- - the period, in which the tick bars are calculated. If base period is given Period.INFINITY
, then tick bars are calculated from the beginning of the history.
Everything else at data loading time is considered as a default value (one week), including null.public void setPeriod(Period period)
FeedDescriptor
DataType.TICK_BAR
, DataType.PRICE_RANGE_AGGREGATION
, DataType.RENKO
, DataType.POINT_AND_FIGURE
, DataType.LINE_BREAK
)
period works as a base period (more information about base period - IFeedDescriptor.DEFAULT_BASE_PERIOD
).
Only two base periods are possible - Period.INFINITY
and one week (IFeedDescriptor.DEFAULT_BASE_PERIOD
). If one provides anything else (including null) than Period.INFINITY
, then at data
loading time it is considered to be as a default base period (IFeedDescriptor.DEFAULT_BASE_PERIOD
).setPeriod
in interface IFeedDescriptor
setPeriod
in class FeedDescriptor
public void setDataInterpolationDescriptor(DataInterpolationDescriptor interpolationDescriptor)
FeedDescriptor
setDataInterpolationDescriptor
in interface IFeedDescriptor
setDataInterpolationDescriptor
in class FeedDescriptor
Copyright © 2016. All rights reserved.