Uses of Class
net.finmath.smartcontract.product.xml.OffsetPrevailingTime
Packages that use OffsetPrevailingTime
-
Uses of OffsetPrevailingTime in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as OffsetPrevailingTimeModifier and TypeFieldDescriptionprotected OffsetPrevailingTimeGenericCommodityDeliveryPeriod.endTimeprotected OffsetPrevailingTimeSettlementPeriods.endTimeprotected OffsetPrevailingTimeGenericCommodityDeliveryPeriod.startTimeprotected OffsetPrevailingTimeSettlementPeriods.startTimeMethods in net.finmath.smartcontract.product.xml that return OffsetPrevailingTimeModifier and TypeMethodDescriptionObjectFactory.createOffsetPrevailingTime()Create an instance ofOffsetPrevailingTimeGenericCommodityDeliveryPeriod.getEndTime()Gets the value of the endTime property.SettlementPeriods.getEndTime()Gets the value of the endTime property.GenericCommodityDeliveryPeriod.getStartTime()Gets the value of the startTime property.SettlementPeriods.getStartTime()Gets the value of the startTime property.Methods in net.finmath.smartcontract.product.xml with parameters of type OffsetPrevailingTimeModifier and TypeMethodDescriptionvoidGenericCommodityDeliveryPeriod.setEndTime(OffsetPrevailingTime value) Sets the value of the endTime property.voidSettlementPeriods.setEndTime(OffsetPrevailingTime value) Sets the value of the endTime property.voidGenericCommodityDeliveryPeriod.setStartTime(OffsetPrevailingTime value) Sets the value of the startTime property.voidSettlementPeriods.setStartTime(OffsetPrevailingTime value) Sets the value of the startTime property.