Class ExchangeTradedContract

java.lang.Object
Direct Known Subclasses:
ExchangeTradedOption

public class ExchangeTradedContract extends ExchangeTraded
An exchange traded derivative contract.

Java class for ExchangeTradedContract complex type.

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

 <complexType name="ExchangeTradedContract">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}ExchangeTraded">
       <sequence>
         <element name="multiplier" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
         <element name="contractReference" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <element name="expirationDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>