Uses of Class
net.finmath.smartcontract.product.xml.PrevailingTime
Packages that use PrevailingTime
-
Uses of PrevailingTime in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as PrevailingTimeModifier and TypeFieldDescriptionprotected PrevailingTime
CommodityPhysicalAmericanExercise.expirationTime
protected PrevailingTime
CommodityPhysicalEuropeanExercise.expirationTime
protected PrevailingTime
CommodityPhysicalAmericanExercise.latestExerciseTime
protected PrevailingTime
GasDeliveryPeriods.supplyEndTime
protected PrevailingTime
GasDeliveryPeriods.supplyStartTime
protected PrevailingTime
OffsetPrevailingTime.time
Methods in net.finmath.smartcontract.product.xml that return PrevailingTimeModifier and TypeMethodDescriptionObjectFactory.createPrevailingTime()
Create an instance ofPrevailingTime
CommodityPhysicalAmericanExercise.getExpirationTime()
Gets the value of the expirationTime property.CommodityPhysicalEuropeanExercise.getExpirationTime()
Gets the value of the expirationTime property.CommodityPhysicalAmericanExercise.getLatestExerciseTime()
Gets the value of the latestExerciseTime property.GasDeliveryPeriods.getSupplyEndTime()
Gets the value of the supplyEndTime property.GasDeliveryPeriods.getSupplyStartTime()
Gets the value of the supplyStartTime property.OffsetPrevailingTime.getTime()
Gets the value of the time property.Methods in net.finmath.smartcontract.product.xml with parameters of type PrevailingTimeModifier and TypeMethodDescriptionvoid
CommodityPhysicalAmericanExercise.setExpirationTime
(PrevailingTime value) Sets the value of the expirationTime property.void
CommodityPhysicalEuropeanExercise.setExpirationTime
(PrevailingTime value) Sets the value of the expirationTime property.void
CommodityPhysicalAmericanExercise.setLatestExerciseTime
(PrevailingTime value) Sets the value of the latestExerciseTime property.void
GasDeliveryPeriods.setSupplyEndTime
(PrevailingTime value) Sets the value of the supplyEndTime property.void
GasDeliveryPeriods.setSupplyStartTime
(PrevailingTime value) Sets the value of the supplyStartTime property.void
OffsetPrevailingTime.setTime
(PrevailingTime value) Sets the value of the time property.