Class LegId

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

public class LegId extends Object
Leg identity.

Java class for LegId complex type.

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

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