Uses of Class
net.finmath.smartcontract.product.xml.PriceQuoteUnits
Packages that use PriceQuoteUnits
-
Uses of PriceQuoteUnits in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as PriceQuoteUnitsModifier and TypeFieldDescriptionprotected PriceQuoteUnitsParametricAdjustment.inputUnitsprotected PriceQuoteUnitsBasicQuotation.quoteUnitsprotected PriceQuoteUnitsMultiDimensionalPricingData.quoteUnitsprotected PriceQuoteUnitsPricingStructurePoint.quoteUnitsprotected PriceQuoteUnitsQuotation.quoteUnitsprotected PriceQuoteUnitsQuotationCharacteristics.quoteUnitsprotected PriceQuoteUnitsPricingParameterShift.shiftUnitsMethods in net.finmath.smartcontract.product.xml that return PriceQuoteUnitsModifier and TypeMethodDescriptionObjectFactory.createPriceQuoteUnits()Create an instance ofPriceQuoteUnitsParametricAdjustment.getInputUnits()Gets the value of the inputUnits property.BasicQuotation.getQuoteUnits()Gets the value of the quoteUnits property.MultiDimensionalPricingData.getQuoteUnits()Gets the value of the quoteUnits property.PricingStructurePoint.getQuoteUnits()Gets the value of the quoteUnits property.Quotation.getQuoteUnits()Gets the value of the quoteUnits property.QuotationCharacteristics.getQuoteUnits()Gets the value of the quoteUnits property.PricingParameterShift.getShiftUnits()Gets the value of the shiftUnits property.Methods in net.finmath.smartcontract.product.xml with parameters of type PriceQuoteUnitsModifier and TypeMethodDescriptionvoidParametricAdjustment.setInputUnits(PriceQuoteUnits value) Sets the value of the inputUnits property.voidBasicQuotation.setQuoteUnits(PriceQuoteUnits value) Sets the value of the quoteUnits property.voidMultiDimensionalPricingData.setQuoteUnits(PriceQuoteUnits value) Sets the value of the quoteUnits property.voidPricingStructurePoint.setQuoteUnits(PriceQuoteUnits value) Sets the value of the quoteUnits property.voidQuotation.setQuoteUnits(PriceQuoteUnits value) Sets the value of the quoteUnits property.voidQuotationCharacteristics.setQuoteUnits(PriceQuoteUnits value) Sets the value of the quoteUnits property.voidPricingParameterShift.setShiftUnits(PriceQuoteUnits value) Sets the value of the shiftUnits property.