<xs:simpleType name="ReportToExch_enum_t">
<xs:annotation>
<xs:documentation>Identifies party of trade responsible for exchange reporting.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="ReportToExch" ComponentType="Field" Tag="113" Type="Boolean" AbbrName="RptToExch" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
<xs:appinfo>
<fm:EnumDoc value="N" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Indicates the party sending message will report trade</fm:EnumDoc>
<fm:EnumDoc value="Y" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Indicates the party receiving message must report trade</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Boolean">
<xs:enumeration value="N" />
<xs:enumeration value="Y" />
</xs:restriction>
</xs:simpleType>
|