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 PrevailingTimeCommodityPhysicalAmericanExercise.expirationTimeprotected PrevailingTimeCommodityPhysicalEuropeanExercise.expirationTimeprotected PrevailingTimeCommodityPhysicalAmericanExercise.latestExerciseTimeprotected PrevailingTimeGasDeliveryPeriods.supplyEndTimeprotected PrevailingTimeGasDeliveryPeriods.supplyStartTimeprotected PrevailingTimeOffsetPrevailingTime.timeMethods in net.finmath.smartcontract.product.xml that return PrevailingTimeModifier and TypeMethodDescriptionObjectFactory.createPrevailingTime()Create an instance ofPrevailingTimeCommodityPhysicalAmericanExercise.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 TypeMethodDescriptionvoidCommodityPhysicalAmericanExercise.setExpirationTime(PrevailingTime value) Sets the value of the expirationTime property.voidCommodityPhysicalEuropeanExercise.setExpirationTime(PrevailingTime value) Sets the value of the expirationTime property.voidCommodityPhysicalAmericanExercise.setLatestExerciseTime(PrevailingTime value) Sets the value of the latestExerciseTime property.voidGasDeliveryPeriods.setSupplyEndTime(PrevailingTime value) Sets the value of the supplyEndTime property.voidGasDeliveryPeriods.setSupplyStartTime(PrevailingTime value) Sets the value of the supplyStartTime property.voidOffsetPrevailingTime.setTime(PrevailingTime value) Sets the value of the time property.