Uses of Class
net.finmath.smartcontract.product.xml.Commodity
Packages that use Commodity
-
Uses of Commodity in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CommodityModifier and TypeFieldDescriptionprotected CommodityAveragePriceLeg.commodityprotected CommodityCommodityBasketUnderlyingBase.commodityprotected CommodityCommodityDigitalOption.commodityprotected CommodityCommodityReturnLeg.commodityprotected CommodityCommodityVarianceLeg.commodityprotected CommodityFloatingPriceLeg.commodityprotected CommodityFloatingStrikePrice.commodityMethods in net.finmath.smartcontract.product.xml that return CommodityModifier and TypeMethodDescriptionObjectFactory.createCommodity()Create an instance ofCommodityAveragePriceLeg.getCommodity()Gets the value of the commodity property.CommodityBasketUnderlyingBase.getCommodity()Gets the value of the commodity property.CommodityDigitalOption.getCommodity()Gets the value of the commodity property.CommodityReturnLeg.getCommodity()Gets the value of the commodity property.CommodityVarianceLeg.getCommodity()Gets the value of the commodity property.FloatingPriceLeg.getCommodity()Gets the value of the commodity property.FloatingStrikePrice.getCommodity()Gets the value of the commodity property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type CommodityModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Commodity> ObjectFactory.createCommodity(Commodity value) jakarta.xml.bind.JAXBElement<Commodity> ObjectFactory.createCommodityOptionCommodity(Commodity value) Methods in net.finmath.smartcontract.product.xml with parameters of type CommodityModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Commodity> ObjectFactory.createCommodity(Commodity value) jakarta.xml.bind.JAXBElement<Commodity> ObjectFactory.createCommodityOptionCommodity(Commodity value) voidAveragePriceLeg.setCommodity(Commodity value) Sets the value of the commodity property.voidCommodityBasketUnderlyingBase.setCommodity(Commodity value) Sets the value of the commodity property.voidCommodityDigitalOption.setCommodity(Commodity value) Sets the value of the commodity property.voidCommodityReturnLeg.setCommodity(Commodity value) Sets the value of the commodity property.voidCommodityVarianceLeg.setCommodity(Commodity value) Sets the value of the commodity property.voidFloatingPriceLeg.setCommodity(Commodity value) Sets the value of the commodity property.voidFloatingStrikePrice.setCommodity(Commodity value) Sets the value of the commodity property.