| 1 | Account | Trading account | Y | String | |
| 6 | AvgPx | Average fill price across all fills | N | Price | |
| 11 | ClOrdID | Client’s order identifier | Y | String | |
| 14 | CumQty | Total quantity filled so far | Y | Qty | |
| 17 | ExecId | Execution ID assigned by the gateway | Y | String | |
| 19 | ExecRefID | Reference ID for Trade Cancel / Trade Correct | N | String | |
| 31 | LastPx | Price of this (last) fill | N | Price | |
| 32 | LastQty | Quantity of this (last) fill | N | Qty | |
| 37 | OrderId | OrderId assigned by the gateway | Y | String | |
| 38 | OrderQty | Original order quantity | Y | Qty | |
| 39 | OrdStatus | Current order status | N | Char | See table below |
| 40 | OrdType | Order type | Y | Char | 1=Market, 2=Limit, 3=Stop, 4=Stop Limit |
| 41 | OrigClOrdID | Original ClOrdID (for cancel/replace) | C | String | |
| 44 | Price | Price per unit (if fill reported) | N | Price | |
| 54 | Side | Order side | Y | Char | 1=Buy, 2=Sell |
| 55 | Symbol | Security symbol | Y | String | |
| 58 | Text | Free-text description / rejection reason | N | String | |
| 59 | TimeInForce | Time-in-force | Y | Char | 0=Day, 1=GTC |
| 60 | TransactTime | Transaction timestamp | Y | UTCTimestamp | |
| 103 | OrdRejReason | Rejection reason code | N | Int | See table below |
| 150 | ExecType | Execution type (what happened) | N | Char | See table below |
| 151 | LeavesQty | Remaining quantity to fill | N | Qty | |
| 167 | SecurityType | Security type | N | String | CS, OPT, MLEG |