Class InstrumentTradeQuantity

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

public class InstrumentTradeQuantity extends Object
A structure describing the amount of an instrument that was traded.

Java class for InstrumentTradeQuantity complex type.

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

 <complexType name="InstrumentTradeQuantity">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="number" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="nominal" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>