<xs:simpleType name="TradeDate_t">
<xs:annotation>
<xs:documentation>
Indicates date of trade referenced in this message in YYYYMMDD format. Absence of this field indicates current day (expressed in local time at place of trade).
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="TradeDate" ComponentType="Field" Tag="75" Type="LocalMktDate" AbbrName="TrdDt" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="LocalMktDate" />
</xs:simpleType>
|