<xs:simpleType name="BookingUnit_enum_t">
<xs:annotation>
<xs:documentation>
Indicates what constitutes a bookable unit.
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="BookingUnit" ComponentType="Field" Tag="590" Type="char" AbbrName="BkngUnit" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
<xs:appinfo>
<fm:EnumDoc value="0" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Each partial execution is a bookable unit</fm:EnumDoc>
<fm:EnumDoc value="1" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Aggregate partial executions on this order, and book one trade per order</fm:EnumDoc>
<fm:EnumDoc value="2" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Aggregate executions for this symbol, side, and settlement date</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="char">
<xs:enumeration value="0" />
<xs:enumeration value="1" />
<xs:enumeration value="2" />
</xs:restriction>
</xs:simpleType>
|