@Deprecated public class TickBarFeedInfo extends FeedInfo implements ITailoredFeedInfo<ITickBar>
DEFAULT_BASE_PERIOD, INFINITE_BASE_PERIOD| Constructor and Description |
|---|
TickBarFeedInfo(IFinancialInstrument financialInstrument,
TickBarSize tickBarSize,
OfferSide offerSide)
Deprecated.
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation. |
TickBarFeedInfo(IFinancialInstrument financialInstrument,
TickBarSize tickBarSize,
OfferSide offerSide,
Period basePeriod)
Deprecated.
"Fast" constructor, which has minimal set of parameters for
FeedDescriptor creation. |
| Modifier and Type | Method and Description |
|---|---|
void |
setDataInterpolationDescriptor(DataInterpolationDescriptor interpolationDescriptor)
Deprecated.
Setter for DataType.POINT_AND_FIGURE and DataType.PRICE_RANGE_AGGREGATION DataInterpolationDescriptor.
|
void |
setPeriod(Period period)
Deprecated.
Setter for period.
|
equals, getCreationPoint, getDataInterpolationDescriptor, getDataType, getFilter, getFinancialInstrument, getLineBreakLookback, getOfferSide, getPeriod, getPriceRange, getReversalAmount, getTickBarSize, getTimeSession, hashCode, setCreationPoint, setDataType, setFilter, setFinancialInstrument, setLineBreakLookback, setOfferSide, setPriceRange, setReversalAmount, setTickBarSize, setTimeSession, toString, validateBasePeriod, validateCreationPoint, validateLineBreakLookback, validatePriceRange, validateRenkoCreationPoint, validateRenkoSession, validateTimeSession, validateTurnaroundAmountclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCreationPoint, getDataInterpolationDescriptor, getDataType, getFilter, getFinancialInstrument, getLineBreakLookback, getOfferSide, getPeriod, getPriceRange, getReversalAmount, getTickBarSize, getTimeSession, setCreationPoint, setDataType, setFilter, setFinancialInstrument, setLineBreakLookback, setOfferSide, setPriceRange, setReversalAmount, setTickBarSize, setTimeSessionpublic TickBarFeedInfo(IFinancialInstrument financialInstrument, TickBarSize tickBarSize, OfferSide offerSide)
FeedDescriptor creation.
Base period is set to default (one week).financialInstrument - instrumenttickBarSize - tick bar sizeofferSide - offer sidepublic TickBarFeedInfo(IFinancialInstrument financialInstrument, TickBarSize tickBarSize, OfferSide offerSide, Period basePeriod)
FeedDescriptor creation.
The period represents the base period.financialInstrument - instrumenttickBarSize - tick bar sizeofferSide - offer sidebasePeriod - 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)
FeedInfoDataType.TICK_BAR, DataType.PRICE_RANGE_AGGREGATION, DataType.RENKO, DataType.POINT_AND_FIGURE, DataType.LINE_BREAK, DataType.KAGI)
period works as a base period (more information about base period - IFeedInfo.DEFAULT_BASE_PERIOD).
Only two base periods are possible - Period.INFINITY and one week (IFeedInfo.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 (IFeedInfo.DEFAULT_BASE_PERIOD).public void setDataInterpolationDescriptor(DataInterpolationDescriptor interpolationDescriptor)
FeedInfosetDataInterpolationDescriptor in interface IFeedInfosetDataInterpolationDescriptor in class FeedInfointerpolationDescriptor - DataInterpolationDescriptorCopyright © 2025. All rights reserved.