Uses of Class
net.finmath.smartcontract.product.xml.TriggerEvent
-
Uses of TriggerEvent in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected TriggerEvent
Barrier.barrierCap
protected TriggerEvent
Barrier.barrierFloor
protected TriggerEvent
Knock.knockIn
protected TriggerEvent
Knock.knockOut
Modifier and TypeMethodDescriptionObjectFactory.createTriggerEvent()
Create an instance ofTriggerEvent
Barrier.getBarrierCap()
Gets the value of the barrierCap property.Barrier.getBarrierFloor()
Gets the value of the barrierFloor property.Knock.getKnockIn()
Gets the value of the knockIn property.Knock.getKnockOut()
Gets the value of the knockOut property.Modifier and TypeMethodDescriptionvoid
Barrier.setBarrierCap
(TriggerEvent value) Sets the value of the barrierCap property.void
Barrier.setBarrierFloor
(TriggerEvent value) Sets the value of the barrierFloor property.void
Knock.setKnockIn
(TriggerEvent value) Sets the value of the knockIn property.void
Knock.setKnockOut
(TriggerEvent value) Sets the value of the knockOut property.