Uses of Class
net.finmath.smartcontract.product.xml.OffsetPrevailingTime
-
Uses of OffsetPrevailingTime in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected OffsetPrevailingTime
GenericCommodityDeliveryPeriod.endTime
protected OffsetPrevailingTime
SettlementPeriods.endTime
protected OffsetPrevailingTime
GenericCommodityDeliveryPeriod.startTime
protected OffsetPrevailingTime
SettlementPeriods.startTime
Modifier and TypeMethodDescriptionObjectFactory.createOffsetPrevailingTime()
Create an instance ofOffsetPrevailingTime
GenericCommodityDeliveryPeriod.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.Modifier and TypeMethodDescriptionvoid
GenericCommodityDeliveryPeriod.setEndTime
(OffsetPrevailingTime value) Sets the value of the endTime property.void
SettlementPeriods.setEndTime
(OffsetPrevailingTime value) Sets the value of the endTime property.void
GenericCommodityDeliveryPeriod.setStartTime
(OffsetPrevailingTime value) Sets the value of the startTime property.void
SettlementPeriods.setStartTime
(OffsetPrevailingTime value) Sets the value of the startTime property.