Uses of Class
org.quantlib.Barrier.Type
-
-
Uses of Barrier.Type in org.quantlib
Fields in org.quantlib declared as Barrier.Type Modifier and Type Field Description static Barrier.TypeBarrier.Type. DownInstatic Barrier.TypeBarrier.Type. DownOutstatic Barrier.TypeBarrier.Type. UpInstatic Barrier.TypeBarrier.Type. UpOutMethods in org.quantlib that return Barrier.Type Modifier and Type Method Description static Barrier.TypeBarrier.Type. swigToEnum(int swigValue)Constructors in org.quantlib with parameters of type Barrier.Type Constructor Description BarrierOption(Barrier.Type barrierType, double barrier, double rebate, StrikedTypePayoff payoff, Exercise exercise)DividendBarrierOption(Barrier.Type barrierType, double barrier, double rebate, StrikedTypePayoff payoff, Exercise exercise, DateVector dividendDates, DoubleVector dividends)PartialTimeBarrierOption(Barrier.Type barrierType, PartialBarrier.Range barrierRange, double barrier, double rebate, Date coverEventDate, StrikedTypePayoff payoff, Exercise exercise)QuantoBarrierOption(Barrier.Type barrierType, double barrier, double rebate, StrikedTypePayoff payoff, Exercise exercise)
-