Uses of Class
net.finmath.smartcontract.product.xml.FixedPrice
-
Uses of FixedPrice in net.finmath.smartcontract.product.xml
Modifier and TypeClassDescriptionclass
A type defining the Fixed Price applicable to a range or ranges of Settlement Periods.Modifier and TypeFieldDescriptionprotected FixedPrice
FixedPriceLeg.fixedPrice
protected FixedPrice
GenericProduct.fixedPrice
protected FixedPrice
NonPeriodicFixedPriceLeg.fixedPrice
protected FixedPrice
CommodityTrigger.levelPrice
Modifier and TypeFieldDescriptionprotected List
<FixedPrice> CommodityFixedPriceSchedule.fixedPriceStep
protected List
<FixedPrice> CommoditySettlementPeriodsPriceSchedule.settlementPeriodsPriceStep
Modifier and TypeMethodDescriptionObjectFactory.createFixedPrice()
Create an instance ofFixedPrice
FixedPriceLeg.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.Modifier and TypeMethodDescriptionCommodityFixedPriceSchedule.getFixedPriceStep()
Gets the value of the fixedPriceStep property.CommoditySettlementPeriodsPriceSchedule.getSettlementPeriodsPriceStep()
Gets the value of the settlementPeriodsPriceStep property.Modifier and TypeMethodDescriptionvoid
FixedPriceLeg.setFixedPrice
(FixedPrice value) Sets the value of the fixedPrice property.void
GenericProduct.setFixedPrice
(FixedPrice value) Sets the value of the fixedPrice property.void
NonPeriodicFixedPriceLeg.setFixedPrice
(FixedPrice value) Sets the value of the fixedPrice property.void
CommodityTrigger.setLevelPrice
(FixedPrice value) Sets the value of the levelPrice property.