public class Index extends ExchangeTradedCalculatedPrice
A published index whose price depends on exchange traded constituents.

Java class for Index complex type.

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

 <complexType name="Index">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}ExchangeTradedCalculatedPrice">
       <sequence>
         <element name="futureId" type="{http://www.fpml.org/FpML-5/confirmation}FutureId" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • futureId

      protected FutureId futureId
  • Constructor Details

    • Index

      public Index()
  • Method Details

    • getFutureId

      public FutureId getFutureId()
      Gets the value of the futureId property.
      Returns:
      possible object is FutureId
    • setFutureId

      public void setFutureId(FutureId value)
      Sets the value of the futureId property.
      Parameters:
      value - allowed object is FutureId