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 CommodityBasket
CommodityReturnLeg.commodityBasket
protected CommodityBasket
CommodityVarianceLeg.commodityBasket
Methods in net.finmath.smartcontract.product.xml that return CommodityBasketModifier and TypeMethodDescriptionObjectFactory.createCommodityBasket()
Create an instance ofCommodityBasket
CommodityReturnLeg.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 TypeMethodDescriptionvoid
CommodityReturnLeg.setCommodityBasket
(CommodityBasket value) Sets the value of the commodityBasket property.void
CommodityVarianceLeg.setCommodityBasket
(CommodityBasket value) Sets the value of the commodityBasket property.