Uses of Class
net.finmath.smartcontract.product.xml.ChangeEvent
Packages that use ChangeEvent
-
Uses of ChangeEvent in net.finmath.smartcontract.product.xml
Subclasses of ChangeEvent in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclass
A structure indicating that the basket underlyer of the trade has changed due to client trading activityclass
A structure indicating that a trade has changed due to a corporate actionclass
A structure describing the effect of a change to an index.Fields in net.finmath.smartcontract.product.xml with type parameters of type ChangeEventModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends ChangeEvent>
TradeChangeContent.changeEvent
Methods in net.finmath.smartcontract.product.xml that return types with arguments of type ChangeEventModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ChangeEvent>
ObjectFactory.createChangeEvent(ChangeEvent value)
jakarta.xml.bind.JAXBElement<? extends ChangeEvent>
TradeChangeContent.getChangeEvent()
Substitution point for types of changeMethods in net.finmath.smartcontract.product.xml with parameters of type ChangeEventModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ChangeEvent>
ObjectFactory.createChangeEvent(ChangeEvent value)
Method parameters in net.finmath.smartcontract.product.xml with type arguments of type ChangeEventModifier and TypeMethodDescriptionvoid
TradeChangeContent.setChangeEvent(jakarta.xml.bind.JAXBElement<? extends ChangeEvent> value)
Sets the value of the changeEvent property.