Indexes

Message Layouts
Session
PreTrade
Trade
PostTrade

  • Documentation

  • Message

    ExecutionReport (8)

    ID9
    PedigreeAdded FIX.2.7, Updated FIX.4.1-errata1

    The execution report message is used to:

    1. confirm the receipt of an order
    2. confirm changes to an existing order (i.e. accept cancel and replace requests)
    3. relay order status information
    4. relay fill information on working orders
    5. reject orders
    6. report post-trade fees calculations associated with a trade

    NOTE: Execution reports do not replace the end-of-day confirm. Execution reports are to be regarded only as replacements for the existing fill messages currently communicated via telephone.

    Each execution message will contain information that will describe the current state of the order and execution status as understood by the broker. State changes should be sent as separate messages and should not be used to also convey new partial fill details (i.e. do not report a partial fill or filled in a Done for the Day, Reject, etc.)

    Execution report messages can be transmitted as transaction types (ExecTransType) NEW, CANCEL, CORRECT or STATUS. Transaction types CANCEL and CORRECT modify the state of the message identified in field ExecRefID. Transaction type STATUS indicates that the execution message contains no new information, only summary information regarding order status.

    • The NEW transaction type indicates that this message represents a new order, a change in status of the order, or a new fill against an existing order. The combination of the ExecTransType and OrdStatus fields will indicate how the message is to be applied to an order.
    • The CANCEL transaction type applies at the execution level. The Cancel transaction will be used to cancel an execution which has been reported in error. The canceled execution will be identified in the ExecRefID field.
    • The CORRECT transaction type applies at the execution level and is used to modify an incorrectly reported fill. The incorrect execution will be identified in the ExecRefID field. If a single execution is corrected more than once, ExecRefID should refer to the ExecID of the last corrected ExecutionRpt (same convention as ClOrdID and OrigClOrdID). Note: Data reported in the CumQty, LeavesQty, and AvgPx fields represent the status of the order as of the time of the correction, not as of the time of the originally reported execution.

    Any fills which occur and need to be communicated to the customer while an order is “pending” and waiting to achieve a new state (i.e. via a Order Cancel Replace (aka Order Modification) Request) must contain the “original” (current order prior to state change request) order parameters (i.e. ClOrdID, OrderQty, LeavesQty, Price, etc). An order cannot be considered replaced until it has been explicitly accepted and confirmed to have reached the replaced status (i.e OrdStatus = “Replaced”)--Care should be taken as the replaced order could still have reports coming which will update the CumQty and AvgPx of both the original and replacement, however, the effect on the replacement (ClOrdID, new quantity or limit price, etc.) will not be seen until a report on the replacement has been generated.

    The ExecType field describes the specific ExecutionRpt while OrdStatus will always identify the current order status.

    An Order State Change Matrix appears in the appendix.

    To transmit a change in OrdStatus for an order, the broker(sell side) should send an Execution Report with the new OrdStatus value in ExecType AND OrdStatus to signify this message is changing the state of the order. The only exception to this rule is when sending a CancelReject in response to a Cancel or Replace request, the CancelReject message is used. Furthermore, partial/complete fill information should be sent in a separate Execution Report than order accept(New), cancel accept(Canceled), cancel/replace accept(Replaced) or Done For Day reports.

    The OrdStatus field is used to identify the status of the current order. If an order simultaneously exists in more than one order state, the value with highest precedence is the value that is reported in the OrdStatus field. The order statuses are as follows:

    PrecedenceOrdStatusDescription
    1Pending Cancel/ReplaceOrder with cancel request pending, used to confirm receipt of cancel or replace request. DOES NOT INDICATE THAT THE ORDER HAS BEEN CANCELED OR REPLACED.
    2Done for DayOrder not, or partially, filled; no further executions forthcoming
    3CalculatedOrder has been completed for the day (either filled or done for day). Commission or currency settlement details have been calculated and reported in this execution message
    4FilledOrder completely filled, no remaining quantity
    5StoppedOrder has been stopped at the exchange
    6SuspendedOrder has been placed in suspended state at the request of the client.
    7CanceledCanceled order with or without executions
    7ExpiredOrder has been canceled in broker’s system due to time in force instructions.
    8Partially FilledOutstanding order with executions and remaining quantity
    9ReplacedReplaced order with or without executions
    10NewOutstanding order with no executions
    10RejectedOrder has been rejected by broker. NOTE: An order can be rejected subsequent to order acknowledgment, i.e. an order can pass from New to Rejected status.
    10Pending NewOrder has been received by brokers system but not yet accepted for execution. An execution message with this status will only be sent in response to a Status Request message.

    NOTE: The canceled and replaced order status is set in response to accepted cancel and replace requests. These requests are only acted upon when there is an outstanding order quantity. Requests to replace OrderQty to a level less than the CumQty will be rejected. Requests to change price on a filled order will be rejected (see Order Cancel Reject message type).

    The OrderQty, CumQty, LeavesQty, and AvgPx fields should be calculated to reflect the cumulative result of all versions of an order. For example, if partially filled order A were replaced by order B, the OrderQty, CumQty, LeavesQty, and AvgPx on order B’s fills should represent the cumulative result of order A plus those on order B.

    The general rule is: OrderQty = CumQty + LeavesQty.

    There can be exceptions to this rule when ExecType and/or OrdStatus are Canceled, DoneForTheDay, Expired, Calculated, or Rejected in which case the order is no longer active and LeavesQty could be 0.

    The field ClOrdID is provided for institutions to affix an identification number to an order to coincide with internal systems. The OrderID field is populated with the broker-generated order number. Unlike ClOrdID/OrigClOrdID which requires a chaining through Cancel/Replaces and Cancels, OrderID and SecondaryOrderID are not required to change through changes to an order.

    Field
    Name
    Type
    Req'd
    Comments
    Pedigree
    Y
    MsgType = 8
    Added FIX.2.7
    37
    Y
    Added FIX.2.7
    198
    Can be used to provide order id used by exchange or executing system.
    Added FIX.4.1
    11
    Required for executions against electronically submitted orders which were assigned an ID by the institution. Not required for orders manually entered by the broker.
    Added FIX.2.7
    41
    Conditionally required for PendingCancel, Replaced, Canceled ExecType values. ClOrdID of the previous order (NOT the initial order of the day) when canceling or replacing an order.
    Added FIX.4.1
    Updated FIX.4.1-errata1
    109
    Used for firm identification in third-party transactions.
    Added FIX.3.0
    76
    Used for firm identification in third-party transactions.
    Added FIX.3.0
    66
    Required for executions against orders which were submitted as part of a list.
    Added FIX.2.7
    17
    Y
    Added FIX.2.7
    20
    Y
    Added FIX.2.7
    19
    Required for Cancel and Correct ExecTransType messages
    Added FIX.2.7
    150
    Y
    Describes the type of execution report. Same possible values as OrdStatus.
    Added FIX.4.1
    39
    Y
    Describes the current state of a CHAIN of orders, same scope as OrderQty, CumQty, LeavesQty, and AvgPx
    Added FIX.2.7
    Updated FIX.4.1
    103
    For optional use with ExecType = 8 (Rejected)
    Added FIX.2.7
    Updated FIX.4.1
    1
    Required for executions against electronically submitted orders which were assigned an account by the institution
    Added FIX.2.7
    63
    Absence of this field is interpreted as Regular.
    Added FIX.2.7
    64
    Required when SettlmntTyp = 6 (Future) or SettlmntTyp = 8 (Sellers Option)
    Added FIX.2.7
    55
    Y
    Added FIX.2.7
    65
    Added FIX.2.7
    48
    Added FIX.2.7
    22
    Added FIX.2.7
    167
    Must be specified if a Future or Option. If a Future: Symbol, SecurityType, and MaturityMonthYear are required. If an Option: Symbol, SecurityType, MaturityMonthYear, PutOrCall, and StrikePrice are required.
    Added FIX.4.1
    200
    For Options or Futures to specify the month and year of maturity.
    Added FIX.4.1
    205
    For Options or Futures and can be used in conjunction with MaturityMonthYear to specify a particular maturity date.
    Added FIX.4.1
    201
    For Options.
    Added FIX.4.1
    202
    For Options.
    Added FIX.4.1
    206
    For Options.
    Added FIX.4.1
    207
    Can be used to identify the security.
    Added FIX.4.1
    106
    Added FIX.3.0
    107
    Added FIX.3.0
    54
    Y
    Added FIX.2.7
    38
    Y
    Added FIX.2.7
    40
    Added FIX.4.0
    44
    Required if specified on the order
    Added FIX.2.7
    Updated FIX.4.1
    99
    Required if specified on the order
    Added FIX.2.7
    Updated FIX.4.1
    211
    Required if specified on the order
    Added FIX.4.1
    15
    Added FIX.2.7
    Updated FIX.4.1-errata1
    59
    Absence of this field indicates Day order
    Added FIX.2.7
    126
    Required if TimeInForce = GTD
    Added FIX.4.0
    18
    Can contain multiple instructions, space delimited.
    Added FIX.2.7
    Updated FIX.3.0
    47
    Added FIX.2.7
    32
    Y
    Quantity of shares bought/sold on this (last) fill. Not required ExecTransType = 3 (Status).
    Added FIX.2.7
    Updated FIX.4.1-errata1
    31
    Y
    Price of this (last) fill. Not required for ExecTransType = 3 (Status), Should represent the “all-in” (LastSpotRate + LastForwardPoints) rate for F/X orders.
    Added FIX.2.7
    Updated FIX.4.1-errata1
    194
    Applicable for F/X orders
    Added FIX.4.1
    195
    Applicable for F/X orders
    Added FIX.4.1
    30
    Added FIX.2.7
    29
    Added FIX.2.7
    151
    Y
    Amount of shares open for further execution. If the OrdStatus is Canceled, DoneForTheDay, Expired, Calculated, or Rejected (in which case the order is no longer active) then LeavesQty could be 0, otherwise LeavesQty = OrderQty - CumQty.
    Added FIX.4.1
    14
    Y
    Currently executed shares for chain of orders.
    Added FIX.2.7
    Updated FIX.4.1
    6
    Y
    Added FIX.2.7
    Updated FIX.3.0
    75
    Used when reporting other than current day trades.
    Added FIX.3.0
    60
    Added FIX.2.7
    113
    Added FIX.3.0
    12
    Added FIX.4.0
    13
    Added FIX.4.0
    Required if any miscellaneous fees are reported. Indicates number of repeating entries.
    Added FIX.4.0
    Deprecated FIX.4.1
    118
    Required if miscellaneous fees are reported, in currency of execution
    Added FIX.4.0
    Deprecated FIX.4.1
    119
    Used to report results of forex accommodation trade
    Added FIX.4.0
    120
    Used to report results of forex accommodation trade
    Added FIX.4.0
    155
    Foreign exchange rate used to compute SettlCurrAmount from Currency to SettlCurrency
    Added FIX.4.1
    156
    Specifies whether the SettlCurrFxRate should be multiplied or divided
    Added FIX.4.1
    58
    Added FIX.2.7
    Y
    Added FIX.2.7

    Orchimate Copyright 2026 Atomic Wire Technology Limited
    Orchestra Copyright 2026 FIX Protocol Ltd
    Terms of Service|Privacy Policy