Class ExecutionDateTime

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

public class ExecutionDateTime extends Object
A type defining the trade execution date time and the source of it. For use inside containing types which already have a Reference to a Party that has assigned this trade execution date time.

Java class for ExecutionDateTime complex type.

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

 <complexType name="ExecutionDateTime">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
       <attribute name="executionDateTimeScheme" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI" />
     </extension>
   </simpleContent>
 </complexType>