Uses of Enum Class
net.finmath.smartcontract.product.xml.AveragingMethodEnum
-
Uses of AveragingMethodEnum in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected AveragingMethodEnum
CommodityBasketUnderlyingBase.averagingMethod
protected AveragingMethodEnum
CommodityDigitalOption.averagingMethod
protected AveragingMethodEnum
FloatingLegCalculation.averagingMethod
protected AveragingMethodEnum
FloatingRateCalculation.averagingMethod
protected AveragingMethodEnum
TradeUnderlyer2.averagingMethod
Modifier and TypeMethodDescriptionstatic AveragingMethodEnum
CommodityBasketUnderlyingBase.getAveragingMethod()
Gets the value of the averagingMethod property.CommodityDigitalOption.getAveragingMethod()
Gets the value of the averagingMethod property.FloatingLegCalculation.getAveragingMethod()
Gets the value of the averagingMethod property.FloatingRateCalculation.getAveragingMethod()
Gets the value of the averagingMethod property.TradeUnderlyer2.getAveragingMethod()
Gets the value of the averagingMethod property.static AveragingMethodEnum
Returns the enum constant of this class with the specified name.static AveragingMethodEnum[]
AveragingMethodEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<AveragingMethodEnum> ObjectFactory.createCommodityFxAveragingMethod
(AveragingMethodEnum value) jakarta.xml.bind.JAXBElement
<AveragingMethodEnum> ObjectFactory.createCommodityOptionAveragingMethod
(AveragingMethodEnum value) Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<AveragingMethodEnum> ObjectFactory.createCommodityFxAveragingMethod
(AveragingMethodEnum value) jakarta.xml.bind.JAXBElement
<AveragingMethodEnum> ObjectFactory.createCommodityOptionAveragingMethod
(AveragingMethodEnum value) void
CommodityBasketUnderlyingBase.setAveragingMethod
(AveragingMethodEnum value) Sets the value of the averagingMethod property.void
CommodityDigitalOption.setAveragingMethod
(AveragingMethodEnum value) Sets the value of the averagingMethod property.void
FloatingLegCalculation.setAveragingMethod
(AveragingMethodEnum value) Sets the value of the averagingMethod property.void
FloatingRateCalculation.setAveragingMethod
(AveragingMethodEnum value) Sets the value of the averagingMethod property.void
TradeUnderlyer2.setAveragingMethod
(AveragingMethodEnum value) Sets the value of the averagingMethod property.