<xs:simpleType name="MDImplicitDelete_enum_t">
<xs:annotation>
<xs:documentation>Defines how a server handles distribution of a truncated book. Defaults to broker option.</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="MDImplicitDelete" ComponentType="Field" Tag="547" Type="Boolean" AbbrName="ImplctDel" 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">Server must send an explicit delete for bids or offers falling outside the requested MarketDepth of the request</fm:EnumDoc>
<fm:EnumDoc value="Y" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Client has responsibility for implicitly deleting bids or offers falling outside the MarketDepth of the request</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Boolean">
<xs:enumeration value="N" />
<xs:enumeration value="Y" />
</xs:restriction>
</xs:simpleType>
|