Class BasketChangeEvent
java.lang.Object
net.finmath.smartcontract.product.xml.AbstractEvent
net.finmath.smartcontract.product.xml.ChangeEvent
net.finmath.smartcontract.product.xml.BasketChangeEvent
A structure indicating that the basket underlyer of the trade has changed
due to client trading activity
Java class for BasketChangeEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BasketChangeEvent"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}ChangeEvent"> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.AbstractEvent
eventIdentifier
-
Constructor Summary
-
Method Summary
Methods inherited from class net.finmath.smartcontract.product.xml.AbstractEvent
getEventIdentifier
-
Constructor Details
-
BasketChangeEvent
public BasketChangeEvent()
-