Class DeliveryNearby

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

public class DeliveryNearby extends Object
A type defines nearest Delivery Date of the underlying Commodity of expiration of the futures contract.

Java class for DeliveryNearby complex type.

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

 <complexType name="DeliveryNearby">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="deliveryNearbyMultiplier" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         <element name="deliveryNearbyType" type="{http://www.fpml.org/FpML-5/confirmation}DeliveryNearbyTypeEnum"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>