<xs:simpleType name="AggregatedBook_enum_t">
<xs:annotation>
<xs:documentation>Specifies whether or not book entries should be aggregated. (Not specified) = broker option</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="AggregatedBook" ComponentType="Field" Tag="266" Type="Boolean" AbbrName="AggBook" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
<xs:appinfo>
<fm:EnumDoc value="Y" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">book entries to be aggregated</fm:EnumDoc>
<fm:EnumDoc value="N" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">book entries should not be aggregated</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="Boolean">
<xs:enumeration value="Y" />
<xs:enumeration value="N" />
</xs:restriction>
</xs:simpleType>
|