Uses of Class
org.quantlib.Average.Type
-
-
Uses of Average.Type in org.quantlib
Fields in org.quantlib declared as Average.Type Modifier and Type Field Description static Average.TypeAverage.Type. Arithmeticstatic Average.TypeAverage.Type. GeometricMethods in org.quantlib that return Average.Type Modifier and Type Method Description static Average.TypeAverage.Type. swigToEnum(int swigValue)Constructors in org.quantlib with parameters of type Average.Type Constructor Description ContinuousAveragingAsianOption(Average.Type averageType, StrikedTypePayoff payoff, Exercise exercise)DiscreteAveragingAsianOption(Average.Type averageType, double runningAccumulator, long pastFixings, DateVector fixingDates, StrikedTypePayoff payoff, Exercise exercise)DiscreteAveragingAsianOption(Average.Type averageType, DateVector fixingDates, StrikedTypePayoff payoff, Exercise exercise)DiscreteAveragingAsianOption(Average.Type averageType, DateVector fixingDates, StrikedTypePayoff payoff, Exercise exercise, DoubleVector allPastFixings)
-