<xs:simpleType name="OrdStatus_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies current status of order Valid values: 0 = New = Partially filled 2 = Filled 3 = Done for day 4 = Canceled 5 = Replaced Removed Replaced 6 = Pending Cancel e g result of Order Cancel Request 7 = Stopped 8 = Rejected 9 = Suspended A = Pending New B = Calculated C = Expired D = Accepted for bidding E = Pending Replace e g result of Order Cancel Replace Request *** SOME VALUES HAVE BEEN REPLACED See Replaced 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="OrdStatus" tag="39" datatype="char" ComponentType="Field" StdAbbrev="OrdStat" QualifiedAbbrev="OrdStat" Category="SingleGeneralOrderHandling" CategoryAbbrev="Stat" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<x:EnumDoc value="0" desc="New" />
<x:EnumDoc value="1" desc="Partial" />
<x:EnumDoc value="2" desc="Filled" />
<x:EnumDoc value="3" desc="Done" />
<x:EnumDoc value="4" desc="Canceled" />
<x:EnumDoc value="6" desc="PendingCR" />
<x:EnumDoc value="7" desc="Stopped" />
<x:EnumDoc value="8" desc="Rejected" />
<x:EnumDoc value="9" desc="Suspended" />
<x:EnumDoc value="A" desc="PendingNew" />
<x:EnumDoc value="B" desc="Calculated" />
<x:EnumDoc value="C" desc="Expired" />
<x:EnumDoc value="D" desc="AcceptBidding" />
<x:EnumDoc value="E" desc="PendingRep" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="0" />
<xs:enumeration value="1" />
<xs:enumeration value="2" />
<xs:enumeration value="3" />
<xs:enumeration value="4" />
<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:restriction>
</xs:simpleType>
|