Uses of Enum Class
net.finmath.smartcontract.product.xml.DealtCurrencyEnum
Packages that use DealtCurrencyEnum
-
Uses of DealtCurrencyEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as DealtCurrencyEnumModifier and TypeFieldDescriptionprotected DealtCurrencyEnum
FxSingleLeg.dealtCurrency
protected DealtCurrencyEnum
FxSwapLeg.dealtCurrency
Methods in net.finmath.smartcontract.product.xml that return DealtCurrencyEnumModifier and TypeMethodDescriptionstatic DealtCurrencyEnum
FxSingleLeg.getDealtCurrency()
Gets the value of the dealtCurrency property.FxSwapLeg.getDealtCurrency()
Gets the value of the dealtCurrency property.static DealtCurrencyEnum
Returns the enum constant of this class with the specified name.static DealtCurrencyEnum[]
DealtCurrencyEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.finmath.smartcontract.product.xml with parameters of type DealtCurrencyEnumModifier and TypeMethodDescriptionvoid
FxSingleLeg.setDealtCurrency
(DealtCurrencyEnum value) Sets the value of the dealtCurrency property.void
FxSwapLeg.setDealtCurrency
(DealtCurrencyEnum value) Sets the value of the dealtCurrency property.