<xs:simpleType name="PublishTrdIndicator_enum_t">
<xs:annotation>
<xs:documentation>Indicates if a trade should be reported via a market reporting service.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="PublishTrdIndicator" ComponentType="Field" Tag="852" Type="Boolean" AbbrName="PubTrdInd" 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">Do Not Report Trade</fm:EnumDoc>
<fm:EnumDoc value="Y" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Report Trade</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Boolean">
<xs:enumeration value="N" />
<xs:enumeration value="Y" />
</xs:restriction>
</xs:simpleType>
|