<xs:simpleType name="TrdRegTimestampType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Traded Regulatory timestamp type Valid values: = Execution Time 2 = Time In 3 = Time Out 4 = Broker Receipt 5 = Broker Execution Note of Applicability: values are required in US futures markets by the CFTC to support computerized trade reconstruction see Volume : Glossary for value definitions
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="TrdRegTimestampType" tag="770" datatype="int" ComponentType="Field" StdAbbrev="Typ" QualifiedAbbrev="Typ" Category="**BaseCatagory**" CategoryAbbrev="**BaseCatagoryXMLName**" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<x:EnumDoc value="1" desc="ExecutionTime" />
<x:EnumDoc value="2" desc="TimeIn" />
<x:EnumDoc value="3" desc="TimeOut" />
<x:EnumDoc value="4" desc="BrokerReceipt" />
<x:EnumDoc value="5" desc="BrokerExecution" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<xs:enumeration value="5" />
</xs:restriction>
</xs:simpleType>
|