Class OrderIdentifier

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

public class OrderIdentifier extends Object
A type that an order's identifier(s).

Java class for OrderIdentifier complex type.

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

 <complexType name="OrderIdentifier">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="orderId" type="{http://www.fpml.org/FpML-5/confirmation}OrderId"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>