Definition Type: SimpleType
Name: AggregatedBook_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
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
Collapse XSD Schema Diagram:
XSD Diagram of AggregatedBook_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Y
Enumeration N
Enumeration Not_specified
Collapse Derivation Tree:
Collapse References:
nsA:AggregatedBook_t