Class InstrumentId

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

public class InstrumentId extends Object
A short form unique identifier for a security.

Java class for InstrumentId complex type.

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

 <complexType name="InstrumentId">
   <simpleContent>
     <extension base="<http://www.fpml.org/FpML-5/confirmation>NonEmptyScheme">
       <attribute name="instrumentIdScheme" use="required" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" />
     </extension>
   </simpleContent>
 </complexType>