Class IntradayPeriod
- java.lang.Object
-
- de.gsi.financial.samples.service.period.Period
-
- de.gsi.financial.samples.service.period.IntradayPeriod
-
public class IntradayPeriod extends Period
Intraday Periods Domain object- Author:
- afischer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIntradayPeriod.IntradayPeriodEnum-
Nested classes/interfaces inherited from class de.gsi.financial.samples.service.period.Period
Period.PeriodType
-
-
Constructor Summary
Constructors Constructor Description IntradayPeriod(IntradayPeriod.IntradayPeriodEnum period, double periodValue)IntradayPeriod(IntradayPeriod.IntradayPeriodEnum period, double periodValue, java.lang.Double minimalMoveSymbol, boolean extendedCalculation, java.lang.String calculationAddonServicesType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IntradayPeriodconvert(java.lang.String periodString)booleanequals(java.lang.Object obj)java.lang.StringgetCalculationAddonServicesType()longgetMillis()java.lang.DoublegetMinimalMoveSymbol()IntradayPeriod.IntradayPeriodEnumgetPeriod()doublegetPeriodValue()inthashCode()booleanisExtendedCalculation()java.lang.StringtoString()
-
-
-
Constructor Detail
-
IntradayPeriod
public IntradayPeriod(IntradayPeriod.IntradayPeriodEnum period, double periodValue)
-
IntradayPeriod
public IntradayPeriod(IntradayPeriod.IntradayPeriodEnum period, double periodValue, java.lang.Double minimalMoveSymbol, boolean extendedCalculation, java.lang.String calculationAddonServicesType)
-
-
Method Detail
-
getPeriod
public IntradayPeriod.IntradayPeriodEnum getPeriod()
-
getPeriodValue
public double getPeriodValue()
-
getCalculationAddonServicesType
public java.lang.String getCalculationAddonServicesType()
- Returns:
- provides type of ADDONs for OHLC calculation services
-
getMinimalMoveSymbol
public java.lang.Double getMinimalMoveSymbol()
- Returns:
- minimal move of market is necessary for range bars
-
isExtendedCalculation
public boolean isExtendedCalculation()
- Returns:
- defines calculation of extended bid ask volumes for order flow
-
getMillis
public long getMillis()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
convert
public static IntradayPeriod convert(java.lang.String periodString)
-
-