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

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

public IndexedCashFlow ( double notional, Index index, QLNet.Date baseDate, QLNet.Date fixingDate, QLNet.Date paymentDate )
notional double
index Index
baseDate QLNet.Date
fixingDate QLNet.Date
paymentDate QLNet.Date
        public IndexedCashFlow(double notional, Index index, Date baseDate, Date fixingDate, Date paymentDate)
            : this(notional, index, baseDate, fixingDate, paymentDate, false)
        {
        }

Same methods

IndexedCashFlow::IndexedCashFlow ( double notional, Index index, QLNet.Date baseDate, QLNet.Date fixingDate, QLNet.Date paymentDate, bool growthOnly )