Uses of Class
net.finmath.smartcontract.product.xml.QuantityUnit
Packages that use QuantityUnit
-
Uses of QuantityUnit in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as QuantityUnitModifier and TypeFieldDescriptionprotected QuantityUnitCommodityTrigger.levelUnitprotected QuantityUnitFixedPrice.priceUnitprotected QuantityUnitCommodityNotionalQuantity.quantityUnitprotected QuantityUnitUnitQuantity.quantityUnitprotected QuantityUnitCommoditySpread.spreadUnitprotected QuantityUnitAbsoluteTolerance.unitprotected QuantityUnitCommodity.unitprotected QuantityUnitWeatherIndex.unitMethods in net.finmath.smartcontract.product.xml that return QuantityUnitModifier and TypeMethodDescriptionObjectFactory.createQuantityUnit()Create an instance ofQuantityUnitCommodityTrigger.getLevelUnit()Gets the value of the levelUnit property.FixedPrice.getPriceUnit()Gets the value of the priceUnit property.CommodityNotionalQuantity.getQuantityUnit()Gets the value of the quantityUnit property.UnitQuantity.getQuantityUnit()Gets the value of the quantityUnit property.CommoditySpread.getSpreadUnit()Gets the value of the spreadUnit property.AbsoluteTolerance.getUnit()Gets the value of the unit property.Commodity.getUnit()Gets the value of the unit property.WeatherIndex.getUnit()Gets the value of the unit property.Methods in net.finmath.smartcontract.product.xml with parameters of type QuantityUnitModifier and TypeMethodDescriptionvoidCommodityTrigger.setLevelUnit(QuantityUnit value) Sets the value of the levelUnit property.voidFixedPrice.setPriceUnit(QuantityUnit value) Sets the value of the priceUnit property.voidCommodityNotionalQuantity.setQuantityUnit(QuantityUnit value) Sets the value of the quantityUnit property.voidUnitQuantity.setQuantityUnit(QuantityUnit value) Sets the value of the quantityUnit property.voidCommoditySpread.setSpreadUnit(QuantityUnit value) Sets the value of the spreadUnit property.voidAbsoluteTolerance.setUnit(QuantityUnit value) Sets the value of the unit property.voidCommodity.setUnit(QuantityUnit value) Sets the value of the unit property.voidWeatherIndex.setUnit(QuantityUnit value) Sets the value of the unit property.