QLNet.VanillaOption.VanillaOption C# (CSharp) Метод

VanillaOption() публичный Метод

public VanillaOption ( StrikedTypePayoff payoff, Exercise exercise ) : System
payoff StrikedTypePayoff
exercise Exercise
Результат System
        public VanillaOption(StrikedTypePayoff payoff, Exercise exercise)
            : base(payoff, exercise)
        {
        }