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 CommodityPhysicalQuantityCoalPhysicalLeg.deliveryQuantityprotected CommodityPhysicalQuantityOilPhysicalLeg.deliveryQuantityMethods in net.finmath.smartcontract.product.xml that return CommodityPhysicalQuantityModifier and TypeMethodDescriptionObjectFactory.createCommodityPhysicalQuantity()Create an instance ofCommodityPhysicalQuantityCoalPhysicalLeg.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 TypeMethodDescriptionvoidCoalPhysicalLeg.setDeliveryQuantity(CommodityPhysicalQuantity value) Sets the value of the deliveryQuantity property.voidOilPhysicalLeg.setDeliveryQuantity(CommodityPhysicalQuantity value) Sets the value of the deliveryQuantity property.