Class TradeLegPriceChange

java.lang.Object
net.finmath.smartcontract.product.xml.TradeLegPriceChange

public class TradeLegPriceChange extends Object
A structure describing a change to the size of a single leg or stream of a trade.

Java class for TradeLegPriceChange complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TradeLegPriceChange">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="priceReference" type="{http://www.fpml.org/FpML-5/confirmation}Reference"/>
           <element name="instrumentId" type="{http://www.fpml.org/FpML-5/confirmation}InstrumentId" maxOccurs="unbounded" minOccurs="0"/>
         </choice>
         <element name="priceChangeAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="newPrice" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>