Class ExchangeTradedContract

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

  • Constructor Details

    • ExchangeTradedContract

      public ExchangeTradedContract()
  • Method Details

    • getMultiplier

      public BigInteger getMultiplier()
      Gets the value of the multiplier property.
      Returns:
      possible object is BigInteger
    • setMultiplier

      public void setMultiplier(BigInteger value)
      Sets the value of the multiplier property.
      Parameters:
      value - allowed object is BigInteger
    • getContractReference

      public String getContractReference()
      Gets the value of the contractReference property.
      Returns:
      possible object is String
    • setContractReference

      public void setContractReference(String value)
      Sets the value of the contractReference property.
      Parameters:
      value - allowed object is String
    • getExpirationDate

      public AdjustableOrRelativeDate getExpirationDate()
      Gets the value of the expirationDate property.
      Returns:
      possible object is AdjustableOrRelativeDate
    • setExpirationDate

      public void setExpirationDate(AdjustableOrRelativeDate value)
      Sets the value of the expirationDate property.
      Parameters:
      value - allowed object is AdjustableOrRelativeDate