Uses of Class
net.finmath.smartcontract.product.xml.DateList
Packages that use DateList
-
Uses of DateList in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as DateListModifier and TypeFieldDescriptionprotected DateListEquityBermudaExercise.bermudaExerciseDatesprotected DateListTriggerEvent.triggerDatesMethods in net.finmath.smartcontract.product.xml that return DateListModifier and TypeMethodDescriptionObjectFactory.createDateList()Create an instance ofDateListEquityBermudaExercise.getBermudaExerciseDates()Gets the value of the bermudaExerciseDates property.TriggerEvent.getTriggerDates()Gets the value of the triggerDates property.Methods in net.finmath.smartcontract.product.xml with parameters of type DateListModifier and TypeMethodDescriptionvoidEquityBermudaExercise.setBermudaExerciseDates(DateList value) Sets the value of the bermudaExerciseDates property.voidTriggerEvent.setTriggerDates(DateList value) Sets the value of the triggerDates property.