<xs:simpleType name="OrderHandlingInstSource_enum_t">
<xs:annotation>
<xs:documentation>Identifies the class or source of the "OrderHandlingInst" values. Scope of this will apply to both CustOrderHandlingInst and DeskOrderHandlingInst fields.
Required if CustOrderHandlingInst and/or DeskOrderHandlingInst is specified.
Valid values:</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="OrderHandlingInstSource" ComponentType="Field" Tag="1032" Type="int" AbbrName="OrdHndlInstSrc" 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">NASD OATS</fm:EnumDoc>
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:enumeration value="1" />
</xs:restriction>
</xs:simpleType>
|