Uses of Class
net.finmath.smartcontract.product.xml.FixedPrice
Packages that use FixedPrice
-
Uses of FixedPrice in net.finmath.smartcontract.product.xml
Subclasses of FixedPrice in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclassA type defining the Fixed Price applicable to a range or ranges of Settlement Periods.Fields in net.finmath.smartcontract.product.xml declared as FixedPriceModifier and TypeFieldDescriptionprotected FixedPriceFixedPriceLeg.fixedPriceprotected FixedPriceGenericProduct.fixedPriceprotected FixedPriceNonPeriodicFixedPriceLeg.fixedPriceprotected FixedPriceCommodityTrigger.levelPriceFields in net.finmath.smartcontract.product.xml with type parameters of type FixedPriceModifier and TypeFieldDescriptionprotected List<FixedPrice> CommodityFixedPriceSchedule.fixedPriceStepprotected List<FixedPrice> CommoditySettlementPeriodsPriceSchedule.settlementPeriodsPriceStepMethods in net.finmath.smartcontract.product.xml that return FixedPriceModifier and TypeMethodDescriptionObjectFactory.createFixedPrice()Create an instance ofFixedPriceFixedPriceLeg.getFixedPrice()Gets the value of the fixedPrice property.GenericProduct.getFixedPrice()Gets the value of the fixedPrice property.NonPeriodicFixedPriceLeg.getFixedPrice()Gets the value of the fixedPrice property.CommodityTrigger.getLevelPrice()Gets the value of the levelPrice property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type FixedPriceModifier and TypeMethodDescriptionCommodityFixedPriceSchedule.getFixedPriceStep()Gets the value of the fixedPriceStep property.CommoditySettlementPeriodsPriceSchedule.getSettlementPeriodsPriceStep()Gets the value of the settlementPeriodsPriceStep property.Methods in net.finmath.smartcontract.product.xml with parameters of type FixedPriceModifier and TypeMethodDescriptionvoidFixedPriceLeg.setFixedPrice(FixedPrice value) Sets the value of the fixedPrice property.voidGenericProduct.setFixedPrice(FixedPrice value) Sets the value of the fixedPrice property.voidNonPeriodicFixedPriceLeg.setFixedPrice(FixedPrice value) Sets the value of the fixedPrice property.voidCommodityTrigger.setLevelPrice(FixedPrice value) Sets the value of the levelPrice property.