Uses of Class
net.finmath.smartcontract.product.xml.OptionEvent
-
Uses of OptionEvent in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected OptionEvent
ConfirmationAgreed.optionEvent
protected OptionEvent
ConfirmationDisputed.optionEvent
protected OptionEvent
EventProposedMatch.optionEvent
protected OptionEvent
EventsChoice.optionEvent
protected OptionEvent
ExecutionAdvice.optionEvent
protected OptionEvent
ExecutionAdviceRetracted.optionEvent
protected OptionEvent
ExecutionNotification.optionEvent
Modifier and TypeMethodDescriptionObjectFactory.createOptionEvent()
Create an instance ofOptionEvent
ConfirmationAgreed.getOptionEvent()
Gets the value of the optionEvent property.ConfirmationDisputed.getOptionEvent()
Gets the value of the optionEvent property.EventProposedMatch.getOptionEvent()
Gets the value of the optionEvent property.EventsChoice.getOptionEvent()
Gets the value of the optionEvent property.ExecutionAdvice.getOptionEvent()
Gets the value of the optionEvent property.ExecutionAdviceRetracted.getOptionEvent()
Gets the value of the optionEvent property.ExecutionNotification.getOptionEvent()
Gets the value of the optionEvent property.Modifier and TypeMethodDescriptionvoid
ConfirmationAgreed.setOptionEvent
(OptionEvent value) Sets the value of the optionEvent property.void
ConfirmationDisputed.setOptionEvent
(OptionEvent value) Sets the value of the optionEvent property.void
EventProposedMatch.setOptionEvent
(OptionEvent value) Sets the value of the optionEvent property.void
EventsChoice.setOptionEvent
(OptionEvent value) Sets the value of the optionEvent property.void
ExecutionAdvice.setOptionEvent
(OptionEvent value) Sets the value of the optionEvent property.void
ExecutionAdviceRetracted.setOptionEvent
(OptionEvent value) Sets the value of the optionEvent property.void
ExecutionNotification.setOptionEvent
(OptionEvent value) Sets the value of the optionEvent property.