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 DealtCurrencyEnumFxSingleLeg.dealtCurrencyprotected DealtCurrencyEnumFxSwapLeg.dealtCurrencyMethods in net.finmath.smartcontract.product.xml that return DealtCurrencyEnumModifier and TypeMethodDescriptionstatic DealtCurrencyEnumFxSingleLeg.getDealtCurrency()Gets the value of the dealtCurrency property.FxSwapLeg.getDealtCurrency()Gets the value of the dealtCurrency property.static DealtCurrencyEnumReturns 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 TypeMethodDescriptionvoidFxSingleLeg.setDealtCurrency(DealtCurrencyEnum value) Sets the value of the dealtCurrency property.voidFxSwapLeg.setDealtCurrency(DealtCurrencyEnum value) Sets the value of the dealtCurrency property.