Definition Type: SimpleType
Name: ExecRestatementReason_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
Code to identify reason for an ExecutionRpt message sent with ExecType=Restated or used when communicating an unsolicited cancel Valid values: 0 = GT Corporate action = GT renewal restatement no corporate action 2 = Verbal change 3 = Repricing of order 4 = Broker option 5 = Partial decline of OrderQty e g exchange initiated partial cancel 6 = Cancel on Trading Halt 7 = Cancel on System Failure 8 = Market Exchange Option 9 = Canceled Not Best 0 = Warehouse recap 99 = Other
Collapse XSD Schema Diagram:
XSD Diagram of ExecRestatementReason_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="ExecRestatementReason_enum_t">
    <xs:annotation>
        <xs:documentation xml:lang="en">Code to identify reason for an ExecutionRpt message sent with ExecType=Restated or used when communicating an unsolicited cancel   Valid values: 0 = GT Corporate action  = GT renewal   restatement  no corporate action  2 = Verbal change 3 = Repricing of order 4 = Broker option 5 = Partial decline of OrderQty  e g  exchange initiated partial cancel  6 = Cancel on Trading Halt 7 = Cancel on System Failure 8 = Market  Exchange  Option 9 = Canceled  Not Best 0 = Warehouse recap 99 = Other 
		</xs:documentation>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <xs:Xref Protocol="FIX" name="ExecRestatementReason" tag="378" datatype="int" ComponentType="Field" StdAbbrev="ExecRstmtRsn" QualifiedAbbrev="ExecRstmtRsn" 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="GTCorpAct" />
            <x:EnumDoc value="1" desc="GTRenew" />
            <x:EnumDoc value="2" desc="Verbal" />
            <x:EnumDoc value="3" desc="RePx" />
            <x:EnumDoc value="4" desc="BrkrOpt" />
            <x:EnumDoc value="5" desc="PartDec" />
            <x:EnumDoc value="6" desc="CxlTradingHalt" />
            <x:EnumDoc value="7" desc="CxlSystemFailure" />
            <x:EnumDoc value="8" desc="MrktOption" />
            <x:EnumDoc value="9" desc="CanceledNotBest" />
            <x:EnumDoc value="10" desc="WarehouseRecap" />
            <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="99" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Enumeration 5
Enumeration 6
Enumeration 7
Enumeration 8
Enumeration 9
Enumeration 10
Enumeration 99
Collapse Derivation Tree:
Collapse References:
nsA:ExecRestatementReason_t