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

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

public withPutPayoffs ( List payoffs ) : DigitalCmsLeg
payoffs List
Результат DigitalCmsLeg
        public DigitalCmsLeg withPutPayoffs(List<double> payoffs)
        {
            putPayoffs_ = payoffs;
             return this;
        }

Same methods

DigitalCmsLeg::withPutPayoffs ( double payoff ) : DigitalCmsLeg