QLNet.VanillaOption.VanillaOption C# (CSharp) Method

VanillaOption() public method

public VanillaOption ( StrikedTypePayoff payoff, Exercise exercise ) : System
payoff StrikedTypePayoff
exercise Exercise
return System
        public VanillaOption(StrikedTypePayoff payoff, Exercise exercise)
            : base(payoff, exercise)
        {
        }