<xs:simpleType name="HandlInst_enum_t">
<xs:annotation>
<xs:documentation>Instructions for order handling on Broker trading floor</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="HandlInst" ComponentType="Field" Tag="21" Type="char" AbbrName="HandlInst" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
<xs:appinfo>
<fm:EnumDoc value="1" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Automated execution order, private, no Broker intervention</fm:EnumDoc>
<fm:EnumDoc value="2" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Automated execution order, public, Broker intervention OK</fm:EnumDoc>
<fm:EnumDoc value="3" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">Manual order, best execution</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="char">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
</xs:restriction>
</xs:simpleType>
|