Class ExchangeTradedOption


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>
 
  • Field Details

  • Constructor Details

    • ExchangeTradedOption

      public ExchangeTradedOption()
  • Method Details

    • getStrike

      public BigDecimal getStrike()
      Gets the value of the strike property.
      Returns:
      possible object is BigDecimal
    • setStrike

      public void setStrike(BigDecimal value)
      Sets the value of the strike property.
      Parameters:
      value - allowed object is BigDecimal
    • getOptionType

      public PutCallEnum getOptionType()
      Gets the value of the optionType property.
      Returns:
      possible object is PutCallEnum
    • setOptionType

      public void setOptionType(PutCallEnum value)
      Sets the value of the optionType property.
      Parameters:
      value - allowed object is PutCallEnum