<xs:simpleType name="OrigSendingTime_t">
<xs:annotation>
<xs:documentation>
Original time of message transmission (always expressed in UTC (Universal Time Coordinated, also known as "GMT") when transmitting orders as the result of a resend request.
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="OrigSendingTime" ComponentType="Field" Tag="122" Type="UTCTimestamp" AbbrName="OrigSnt" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="UTCTimestamp" />
</xs:simpleType>
|