Class FixedPrice

java.lang.Object
net.finmath.smartcontract.product.xml.FixedPrice
Direct Known Subclasses:
SettlementPeriodsFixedPrice

public class FixedPrice extends Object
A type defining the Fixed Price.

Java class for FixedPrice complex type.

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

 <complexType name="FixedPrice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="price" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Price.model"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>