Uses of Class
net.finmath.smartcontract.product.xml.ObservedPrice
-
Uses of ObservedPrice in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected ObservedPrice
NoTouchUpperBarrierObservation.maximumObservedPrice
protected ObservedPrice
NoTouchLowerBarrierObservation.minimumObservedPrice
Modifier and TypeMethodDescriptionObjectFactory.createObservedPrice()
Create an instance ofObservedPrice
NoTouchUpperBarrierObservation.getMaximumObservedPrice()
Gets the value of the maximumObservedPrice property.NoTouchLowerBarrierObservation.getMinimumObservedPrice()
Gets the value of the minimumObservedPrice property.Modifier and TypeMethodDescriptionvoid
NoTouchUpperBarrierObservation.setMaximumObservedPrice
(ObservedPrice value) Sets the value of the maximumObservedPrice property.void
NoTouchLowerBarrierObservation.setMinimumObservedPrice
(ObservedPrice value) Sets the value of the minimumObservedPrice property.