Uses of Class
net.finmath.smartcontract.product.xml.OptionEvent
Packages that use OptionEvent
-
Uses of OptionEvent in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as OptionEventModifier and TypeFieldDescriptionprotected OptionEventConfirmationAgreed.optionEventprotected OptionEventConfirmationDisputed.optionEventprotected OptionEventEventProposedMatch.optionEventprotected OptionEventEventsChoice.optionEventprotected OptionEventExecutionAdvice.optionEventprotected OptionEventExecutionAdviceRetracted.optionEventprotected OptionEventExecutionNotification.optionEventMethods in net.finmath.smartcontract.product.xml that return OptionEventModifier and TypeMethodDescriptionObjectFactory.createOptionEvent()Create an instance ofOptionEventConfirmationAgreed.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.Methods in net.finmath.smartcontract.product.xml with parameters of type OptionEventModifier and TypeMethodDescriptionvoidConfirmationAgreed.setOptionEvent(OptionEvent value) Sets the value of the optionEvent property.voidConfirmationDisputed.setOptionEvent(OptionEvent value) Sets the value of the optionEvent property.voidEventProposedMatch.setOptionEvent(OptionEvent value) Sets the value of the optionEvent property.voidEventsChoice.setOptionEvent(OptionEvent value) Sets the value of the optionEvent property.voidExecutionAdvice.setOptionEvent(OptionEvent value) Sets the value of the optionEvent property.voidExecutionAdviceRetracted.setOptionEvent(OptionEvent value) Sets the value of the optionEvent property.voidExecutionNotification.setOptionEvent(OptionEvent value) Sets the value of the optionEvent property.