<xs:simpleType name="AggregatedBook_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies whether or not book entries should be aggregated Valid values: Y = one book entry per side per price N = Multiple entries per side per price allowed Not specified = broker option
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="AggregatedBook" tag="266" datatype="char" ComponentType="Field" StdAbbrev="AggBook" QualifiedAbbrev="AggBook" 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="OnePer" />
<x:EnumDoc value="N" desc="Multiple" />
<x:EnumDoc value="Not_specified" desc="BrokerOption" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Y" />
<xs:enumeration value="N" />
<xs:enumeration value="Not_specified" />
</xs:restriction>
</xs:simpleType>
|