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 CommodityHub
GasDelivery.buyerHub
protected CommodityHub
GasDelivery.sellerHub
Methods in net.finmath.smartcontract.product.xml that return CommodityHubModifier and TypeMethodDescriptionObjectFactory.createCommodityHub()
Create an instance ofCommodityHub
GasDelivery.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 TypeMethodDescriptionvoid
GasDelivery.setBuyerHub
(CommodityHub value) Sets the value of the buyerHub property.void
GasDelivery.setSellerHub
(CommodityHub value) Sets the value of the sellerHub property.