Class ExchangeId
java.lang.Object
net.finmath.smartcontract.product.xml.ExchangeId
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the exchangeIdScheme property.getValue()
The base class for all types which define coding schemes that must be populated.void
setExchangeIdScheme
(String value) Sets the value of the exchangeIdScheme property.void
Sets the value of the value property.
-
Field Details
-
value
-
exchangeIdScheme
-
-
Constructor Details
-
ExchangeId
public ExchangeId()
-
-
Method Details
-
getValue
-
setValue
-
getExchangeIdScheme
-
setExchangeIdScheme
-