Uses of Class
net.finmath.smartcontract.product.xml.CommodityBasket
Packages that use CommodityBasket
-
Uses of CommodityBasket in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CommodityBasketModifier and TypeFieldDescriptionprotected CommodityBasketCommodityReturnLeg.commodityBasketprotected CommodityBasketCommodityVarianceLeg.commodityBasketMethods in net.finmath.smartcontract.product.xml that return CommodityBasketModifier and TypeMethodDescriptionObjectFactory.createCommodityBasket()Create an instance ofCommodityBasketCommodityReturnLeg.getCommodityBasket()Gets the value of the commodityBasket property.CommodityVarianceLeg.getCommodityBasket()Gets the value of the commodityBasket property.Methods in net.finmath.smartcontract.product.xml with parameters of type CommodityBasketModifier and TypeMethodDescriptionvoidCommodityReturnLeg.setCommodityBasket(CommodityBasket value) Sets the value of the commodityBasket property.voidCommodityVarianceLeg.setCommodityBasket(CommodityBasket value) Sets the value of the commodityBasket property.