Uses of Class
net.finmath.smartcontract.product.xml.QuantityUnit
-
Uses of QuantityUnit in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected QuantityUnit
CommodityTrigger.levelUnit
protected QuantityUnit
FixedPrice.priceUnit
protected QuantityUnit
CommodityNotionalQuantity.quantityUnit
protected QuantityUnit
UnitQuantity.quantityUnit
protected QuantityUnit
CommoditySpread.spreadUnit
protected QuantityUnit
AbsoluteTolerance.unit
protected QuantityUnit
Commodity.unit
protected QuantityUnit
WeatherIndex.unit
Modifier and TypeMethodDescriptionObjectFactory.createQuantityUnit()
Create an instance ofQuantityUnit
CommodityTrigger.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.Modifier and TypeMethodDescriptionvoid
CommodityTrigger.setLevelUnit
(QuantityUnit value) Sets the value of the levelUnit property.void
FixedPrice.setPriceUnit
(QuantityUnit value) Sets the value of the priceUnit property.void
CommodityNotionalQuantity.setQuantityUnit
(QuantityUnit value) Sets the value of the quantityUnit property.void
UnitQuantity.setQuantityUnit
(QuantityUnit value) Sets the value of the quantityUnit property.void
CommoditySpread.setSpreadUnit
(QuantityUnit value) Sets the value of the spreadUnit property.void
AbsoluteTolerance.setUnit
(QuantityUnit value) Sets the value of the unit property.void
Commodity.setUnit
(QuantityUnit value) Sets the value of the unit property.void
WeatherIndex.setUnit
(QuantityUnit value) Sets the value of the unit property.