Class ExchangeTradedOption

java.lang.Object

public class ExchangeTradedOption extends ExchangeTradedContract
An exchange traded option.

Java class for ExchangeTradedOption complex type.

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

 <complexType name="ExchangeTradedOption">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}ExchangeTradedContract">
       <sequence>
         <element name="strike" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="optionType" type="{http://www.fpml.org/FpML-5/confirmation}PutCallEnum" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>