<xs:simpleType name="OrdRejReason_enum_t">
<xs:annotation>
<xs:documentation xml:lang="en">Code to identify reason for order rejection Valid values: 0 = Broker Exchange option = Unknown symbol 2 = Exchange closed 3 = Order exceeds limit 4 = Too late to enter 5 = Unknown Order 6 = Duplicate Order e g dupe ClOrdID 7 = Duplicate of a verbally communicated order 8 = Stale Order 9 = Trade Along required 0 = Invalid Investor ID = Unsupported order characteristic2 = Surveillence Option 3 = Incorrect quantity 4 = Incorrect allocated quantity 5 = Unknown account s 99 = Other Note: Values 3 4 and 5 will be used when rejecting an order due to pre allocation information errors
</xs:documentation>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<xs:Xref Protocol="FIX" name="OrdRejReason" tag="103" datatype="int" ComponentType="Field" StdAbbrev="RejRsn" QualifiedAbbrev="RejRsn" Category="**BaseCatagory**" CategoryAbbrev="**BaseCatagoryXMLName**" />
<xs:Xref Protocol="ISO_15022_XML" />
</xs:appinfo>
<xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
<x:EnumDoc value="0" desc="BrokerOpt" />
<x:EnumDoc value="1" desc="UnknownSym" />
<x:EnumDoc value="2" desc="ExchClosed" />
<x:EnumDoc value="3" desc="ExceedsLim" />
<x:EnumDoc value="4" desc="TooLate" />
<x:EnumDoc value="5" desc="Unknown" />
<x:EnumDoc value="6" desc="Duplicate" />
<x:EnumDoc value="7" desc="DuplicateVerbal" />
<x:EnumDoc value="8" desc="Stale" />
<x:EnumDoc value="9" desc="TradeAlongReq" />
<x:EnumDoc value="10" desc="InvInvID" />
<x:EnumDoc value="11" desc="UnsuppOrderChar" />
<x:EnumDoc value="12" desc="Surveillence" />
<x:EnumDoc value="13" desc="IncorrectQuantity" />
<x:EnumDoc value="14" desc="IncorrectAllocatedQuantity" />
<x:EnumDoc value="15" desc="UnknownAccounts" />
<x:EnumDoc value="99" desc="Other" />
</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="5" />
<xs:enumeration value="6" />
<xs:enumeration value="7" />
<xs:enumeration value="8" />
<xs:enumeration value="9" />
<xs:enumeration value="10" />
<xs:enumeration value="11" />
<xs:enumeration value="12" />
<xs:enumeration value="13" />
<xs:enumeration value="14" />
<xs:enumeration value="15" />
<xs:enumeration value="99" />
</xs:restriction>
</xs:simpleType>
|