Class ExchangeId

java.lang.Object
net.finmath.smartcontract.product.xml.ExchangeId

public class ExchangeId extends Object
A short form unique identifier for an exchange. If the element is not present then the exchange shall be the primary exchange on which the underlying is listed. The term "Exchange" is assumed to have the meaning as defined in the ISDA 2002 Equity Derivatives Definitions.

Java class for ExchangeId complex type.

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

 <complexType name="ExchangeId">
   <simpleContent>
     <extension base="<http://www.fpml.org/FpML-5/confirmation>NonEmptyScheme">
       <attribute name="exchangeIdScheme" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" default="http://www.fpml.org/coding-scheme/external/exchange-id-MIC-1-0" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • exchangeIdScheme

      protected String exchangeIdScheme
  • Constructor Details

    • ExchangeId

      public ExchangeId()
  • Method Details

    • getValue

      public String getValue()
      The base class for all types which define coding schemes that must be populated.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getExchangeIdScheme

      public String getExchangeIdScheme()
      Gets the value of the exchangeIdScheme property.
      Returns:
      possible object is String
    • setExchangeIdScheme

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