Uses of Class
net.finmath.smartcontract.product.xml.CommodityPhysicalQuantity
Packages that use CommodityPhysicalQuantity
-
Uses of CommodityPhysicalQuantity in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CommodityPhysicalQuantityModifier and TypeFieldDescriptionprotected CommodityPhysicalQuantity
CoalPhysicalLeg.deliveryQuantity
protected CommodityPhysicalQuantity
OilPhysicalLeg.deliveryQuantity
Methods in net.finmath.smartcontract.product.xml that return CommodityPhysicalQuantityModifier and TypeMethodDescriptionObjectFactory.createCommodityPhysicalQuantity()
Create an instance ofCommodityPhysicalQuantity
CoalPhysicalLeg.getDeliveryQuantity()
Gets the value of the deliveryQuantity property.OilPhysicalLeg.getDeliveryQuantity()
Gets the value of the deliveryQuantity property.Methods in net.finmath.smartcontract.product.xml with parameters of type CommodityPhysicalQuantityModifier and TypeMethodDescriptionvoid
CoalPhysicalLeg.setDeliveryQuantity(CommodityPhysicalQuantity value)
Sets the value of the deliveryQuantity property.void
OilPhysicalLeg.setDeliveryQuantity(CommodityPhysicalQuantity value)
Sets the value of the deliveryQuantity property.