<xs:simpleType name="EffectiveTime_t">
<xs:annotation>
<xs:documentation>
Time the details within the message should take effect (always expressed in UTC (Universal Time Coordinated, also known as "GMT")
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="EffectiveTime" ComponentType="Field" Tag="168" Type="UTCTimestamp" AbbrName="EfctvTm" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="UTCTimestamp" />
</xs:simpleType>
|