Uses of Class
net.finmath.smartcontract.product.xml.DividendPayout
Packages that use DividendPayout
-
Uses of DividendPayout in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as DividendPayoutModifier and TypeFieldDescriptionprotected DividendPayoutBasketConstituent.dividendPayoutprotected DividendPayoutSingleUnderlyer.dividendPayoutMethods in net.finmath.smartcontract.product.xml that return DividendPayoutModifier and TypeMethodDescriptionObjectFactory.createDividendPayout()Create an instance ofDividendPayoutBasketConstituent.getDividendPayout()Gets the value of the dividendPayout property.SingleUnderlyer.getDividendPayout()Gets the value of the dividendPayout property.Methods in net.finmath.smartcontract.product.xml with parameters of type DividendPayoutModifier and TypeMethodDescriptionvoidBasketConstituent.setDividendPayout(DividendPayout value) Sets the value of the dividendPayout property.voidSingleUnderlyer.setDividendPayout(DividendPayout value) Sets the value of the dividendPayout property.