Uses of Class
net.finmath.smartcontract.product.xml.OptionExercise
Packages that use OptionExercise
-
Uses of OptionExercise in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as OptionExerciseModifier and TypeFieldDescriptionprotected OptionExercise
ConfirmationAgreed.optionExercise
protected OptionExercise
ConfirmationDisputed.optionExercise
protected OptionExercise
ConfirmationRetracted.optionExercise
protected OptionExercise
EventProposedMatch.optionExercise
protected OptionExercise
EventsChoice.optionExercise
protected OptionExercise
ExecutionAdvice.optionExercise
protected OptionExercise
ExecutionAdviceRetracted.optionExercise
protected OptionExercise
ExecutionNotification.optionExercise
protected OptionExercise
ExecutionRetracted.optionExercise
protected OptionExercise
RequestConfirmation.optionExercise
protected OptionExercise
RequestExecution.optionExercise
protected OptionExercise
RequestExecutionRetracted.optionExercise
Methods in net.finmath.smartcontract.product.xml that return OptionExerciseModifier and TypeMethodDescriptionObjectFactory.createOptionExercise()
Create an instance ofOptionExercise
ConfirmationAgreed.getOptionExercise()
Gets the value of the optionExercise property.ConfirmationDisputed.getOptionExercise()
Gets the value of the optionExercise property.ConfirmationRetracted.getOptionExercise()
Gets the value of the optionExercise property.EventProposedMatch.getOptionExercise()
Gets the value of the optionExercise property.EventsChoice.getOptionExercise()
Gets the value of the optionExercise property.ExecutionAdvice.getOptionExercise()
Gets the value of the optionExercise property.ExecutionAdviceRetracted.getOptionExercise()
Gets the value of the optionExercise property.ExecutionNotification.getOptionExercise()
Gets the value of the optionExercise property.ExecutionRetracted.getOptionExercise()
Gets the value of the optionExercise property.RequestConfirmation.getOptionExercise()
Gets the value of the optionExercise property.RequestExecution.getOptionExercise()
Gets the value of the optionExercise property.RequestExecutionRetracted.getOptionExercise()
Gets the value of the optionExercise property.Methods in net.finmath.smartcontract.product.xml with parameters of type OptionExerciseModifier and TypeMethodDescriptionvoid
ConfirmationAgreed.setOptionExercise
(OptionExercise value) Sets the value of the optionExercise property.void
ConfirmationDisputed.setOptionExercise
(OptionExercise value) Sets the value of the optionExercise property.void
ConfirmationRetracted.setOptionExercise
(OptionExercise value) Sets the value of the optionExercise property.void
EventProposedMatch.setOptionExercise
(OptionExercise value) Sets the value of the optionExercise property.void
EventsChoice.setOptionExercise
(OptionExercise value) Sets the value of the optionExercise property.void
ExecutionAdvice.setOptionExercise
(OptionExercise value) Sets the value of the optionExercise property.void
ExecutionAdviceRetracted.setOptionExercise
(OptionExercise value) Sets the value of the optionExercise property.void
ExecutionNotification.setOptionExercise
(OptionExercise value) Sets the value of the optionExercise property.void
ExecutionRetracted.setOptionExercise
(OptionExercise value) Sets the value of the optionExercise property.void
RequestConfirmation.setOptionExercise
(OptionExercise value) Sets the value of the optionExercise property.void
RequestExecution.setOptionExercise
(OptionExercise value) Sets the value of the optionExercise property.void
RequestExecutionRetracted.setOptionExercise
(OptionExercise value) Sets the value of the optionExercise property.