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 CashPriceMethod
CashSettlement.cashPriceAlternateMethod
protected CashPriceMethod
CashSettlement.cashPriceMethod
Methods in net.finmath.smartcontract.product.xml that return CashPriceMethodModifier and TypeMethodDescriptionObjectFactory.createCashPriceMethod()
Create an instance ofCashPriceMethod
CashSettlement.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 TypeMethodDescriptionvoid
CashSettlement.setCashPriceAlternateMethod(CashPriceMethod value)
Sets the value of the cashPriceAlternateMethod property.void
CashSettlement.setCashPriceMethod(CashPriceMethod value)
Sets the value of the cashPriceMethod property.