<xs:simpleType name="RefreshIndicator_t">
<xs:annotation>
<xs:documentation>Set by the sender to tell the receiver to perform an immediate refresh of the book due to disruptions in the accompanying real-time feed
'Y' - Mandatory refresh by all participants
'N' - Process as required
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="RefreshIndicator" ComponentType="Field" Tag="1187" Type="Boolean" AbbrName="RefInd" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Boolean" />
</xs:simpleType>
|