Class ExchangeTradedFund


public class ExchangeTradedFund extends ExchangeTradedCalculatedPrice
An exchange traded fund whose price depends on exchange traded constituents.

Java class for ExchangeTradedFund complex type.

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

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

    • fundManager

      protected String fundManager
  • Constructor Details

    • ExchangeTradedFund

      public ExchangeTradedFund()
  • Method Details

    • getFundManager

      public String getFundManager()
      Gets the value of the fundManager property.
      Returns:
      possible object is String
    • setFundManager

      public void setFundManager(String value)
      Sets the value of the fundManager property.
      Parameters:
      value - allowed object is String