Uses of Class
net.finmath.smartcontract.product.xml.CashPriceMethod
Packages that use CashPriceMethod
-
Uses of CashPriceMethod in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CashPriceMethodModifier and TypeFieldDescriptionprotected CashPriceMethodCashSettlement.cashPriceAlternateMethodprotected CashPriceMethodCashSettlement.cashPriceMethodMethods in net.finmath.smartcontract.product.xml that return CashPriceMethodModifier and TypeMethodDescriptionObjectFactory.createCashPriceMethod()Create an instance ofCashPriceMethodCashSettlement.getCashPriceAlternateMethod()Gets the value of the cashPriceAlternateMethod property.CashSettlement.getCashPriceMethod()Gets the value of the cashPriceMethod property.Methods in net.finmath.smartcontract.product.xml with parameters of type CashPriceMethodModifier and TypeMethodDescriptionvoidCashSettlement.setCashPriceAlternateMethod(CashPriceMethod value) Sets the value of the cashPriceAlternateMethod property.voidCashSettlement.setCashPriceMethod(CashPriceMethod value) Sets the value of the cashPriceMethod property.