<xs:simpleType name="MessageEventSource_t">
<xs:annotation>
<xs:documentation>
Used to identify the event or source which gave rise to a message.
Valid values will be based on an exchange's implementation.
Example values are:
"MQM" (originated at Firm Back Office)
"Clear" (originated in Clearing System)
"Reg" (static data generated via Register request)
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="MessageEventSource" ComponentType="Field" Tag="1011" Type="String" AbbrName="MsgEvtSrc" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string" />
</xs:simpleType>
|