Uses of Class
net.finmath.smartcontract.product.xml.QuantityReference
Packages that use QuantityReference
-
Uses of QuantityReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as QuantityReferenceModifier and TypeFieldDescriptionprotected QuantityReferenceAveragePriceLeg.quantityReferenceprotected QuantityReferenceCommodityBasketUnderlyingByNotional.quantityReferenceprotected QuantityReferenceFixedPriceLeg.quantityReferenceprotected QuantityReferenceFloatingPriceLeg.quantityReferenceprotected QuantityReferenceNonPeriodicFixedPriceLeg.quantityReferenceMethods in net.finmath.smartcontract.product.xml that return QuantityReferenceModifier and TypeMethodDescriptionObjectFactory.createQuantityReference()Create an instance ofQuantityReferenceAveragePriceLeg.getQuantityReference()Gets the value of the quantityReference property.CommodityBasketUnderlyingByNotional.getQuantityReference()Gets the value of the quantityReference property.FixedPriceLeg.getQuantityReference()Gets the value of the quantityReference property.FloatingPriceLeg.getQuantityReference()Gets the value of the quantityReference property.NonPeriodicFixedPriceLeg.getQuantityReference()Gets the value of the quantityReference property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type QuantityReferenceModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<QuantityReference> ObjectFactory.createCommodityOptionQuantityReference(QuantityReference value) Methods in net.finmath.smartcontract.product.xml with parameters of type QuantityReferenceModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<QuantityReference> ObjectFactory.createCommodityOptionQuantityReference(QuantityReference value) voidAveragePriceLeg.setQuantityReference(QuantityReference value) Sets the value of the quantityReference property.voidCommodityBasketUnderlyingByNotional.setQuantityReference(QuantityReference value) Sets the value of the quantityReference property.voidFixedPriceLeg.setQuantityReference(QuantityReference value) Sets the value of the quantityReference property.voidFloatingPriceLeg.setQuantityReference(QuantityReference value) Sets the value of the quantityReference property.voidNonPeriodicFixedPriceLeg.setQuantityReference(QuantityReference value) Sets the value of the quantityReference property.