<xs:simpleType name="MDImplicitDelete_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Defines how a server handles distribution of a truncated book Defaults to broker option Valid values: Y = Client has responsibility for implicitly deleting bids or offers falling outside the MarketDepth of the request N = Server must send an explicit delete for bids or offers falling outside the requested MarketDepth of the request
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="MDImplicitDelete" tag="547" datatype="Boolean" ComponentType="Field" StdAbbrev="ImplctDel" QualifiedAbbrev="ImplctDel" Category="**BaseCatagory**" CategoryAbbrev="**BaseCatagoryXMLName**" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<x:EnumDoc value="Y" desc="Yes" />
<x:EnumDoc value="N" desc="No" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Y" />
<xs:enumeration value="N" />
</xs:restriction>
</xs:simpleType>
|