<xs:simpleType name="OrdType_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Order type Valid values: = Market 2 = Limit 3 = Stop 4 = Stop limit 5 = Market on close No longer used 6 = With or without 7 = Limit or better Deprecated 8 = Limit with or without 9 = On basis A = On close No longer used B = Limit on close No longer used C = Forex Market No longer used D = Previously quoted E = Previously indicated F = Forex Limit No longer used G = Forex Swap H = Forex Previously Quoted No longer used I = Funari Limit Day Order with unexecuted portion handled as Market On Close E g Japan J = Market If Touched MIT K = Market with Leftover as Limit market order then unexecuted quantity becomes limit order at last price L = Previous Fund Valuation Point Historic pricing for CIV M = Next Fund Valuation Point Forward pricing for CIV P = Pegged *** SOME VALUES ARE NO LONGER USED See Deprecated Phased out Features and Supported Approach *** see Volume : Glossary for value definitions
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="OrdType" tag="40" datatype="char" ComponentType="Field" StdAbbrev="OrdTyp" QualifiedAbbrev="OrdTyp" Category="SingleGeneralOrderHandling" CategoryAbbrev="Typ" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<x:EnumDoc value="1" desc="Market" />
<x:EnumDoc value="2" desc="Limit" />
<x:EnumDoc value="3" desc="Stop" />
<x:EnumDoc value="4" desc="StopLimit" />
<x:EnumDoc value="5" desc="MarketOnClose" />
<x:EnumDoc value="6" desc="WithOrWithout" />
<x:EnumDoc value="7" desc="LimitOrBetter" />
<x:EnumDoc value="8" desc="LimitWithOrWithout" />
<x:EnumDoc value="9" desc="OnBasis" />
<x:EnumDoc value="A" desc="OnClose" />
<x:EnumDoc value="B" desc="LimitOnClose" />
<x:EnumDoc value="C" desc="ForexMarket" />
<x:EnumDoc value="D" desc="PreviouslyQuoted" />
<x:EnumDoc value="E" desc="PreviouslyIndicated" />
<x:EnumDoc value="F" desc="ForexLimit" />
<x:EnumDoc value="G" desc="ForexSwap" />
<x:EnumDoc value="H" desc="ForexPreviouslyQuoted" />
<x:EnumDoc value="I" desc="Funari" />
<x:EnumDoc value="J" desc="MarketIfTouched" />
<x:EnumDoc value="K" desc="MarketWithLeftOverLimit" />
<x:EnumDoc value="L" desc="PreviousFundValuationPoint" />
<x:EnumDoc value="M" desc="NextFundValuationPoint" />
<x:EnumDoc value="P" desc="Pegged" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<xs:enumeration value="5" />
<xs:enumeration value="6" />
<xs:enumeration value="7" />
<xs:enumeration value="8" />
<xs:enumeration value="9" />
<xs:enumeration value="A" />
<xs:enumeration value="B" />
<xs:enumeration value="C" />
<xs:enumeration value="D" />
<xs:enumeration value="E" />
<xs:enumeration value="F" />
<xs:enumeration value="G" />
<xs:enumeration value="H" />
<xs:enumeration value="I" />
<xs:enumeration value="J" />
<xs:enumeration value="K" />
<xs:enumeration value="L" />
<xs:enumeration value="M" />
<xs:enumeration value="P" />
</xs:restriction>
</xs:simpleType>
|