Uses of Class
net.finmath.smartcontract.product.xml.CommodityHub
Packages that use CommodityHub
-
Uses of CommodityHub in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CommodityHubModifier and TypeFieldDescriptionprotected CommodityHubGasDelivery.buyerHubprotected CommodityHubGasDelivery.sellerHubMethods in net.finmath.smartcontract.product.xml that return CommodityHubModifier and TypeMethodDescriptionObjectFactory.createCommodityHub()Create an instance ofCommodityHubGasDelivery.getBuyerHub()Gets the value of the buyerHub property.GasDelivery.getSellerHub()Gets the value of the sellerHub property.Methods in net.finmath.smartcontract.product.xml with parameters of type CommodityHubModifier and TypeMethodDescriptionvoidGasDelivery.setBuyerHub(CommodityHub value) Sets the value of the buyerHub property.voidGasDelivery.setSellerHub(CommodityHub value) Sets the value of the sellerHub property.