Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| developers:fixapi:executionreport [2025/11/11 20:31] – [Report Types] frank | developers:fixapi:executionreport [2026/04/14 03:06] (current) – [Message Specification] chad | ||
|---|---|---|---|
| Line 62: | Line 62: | ||
| | 202 | StrikePrice | Float | C | Options: Strike price | | | 202 | StrikePrice | Float | C | Options: Strike price | | ||
| | 54 | Side | Char | Y | 0=None, 1=Buy, 2=Sell | | | 54 | Side | Char | Y | 0=None, 1=Buy, 2=Sell | | ||
| - | | 38 | OrderQty | Int | Y | Total order quantity | | + | | 38 | OrderQty | Float | Y | Total order quantity | |
| | 40 | OrdType | Char | O | 1=Market, 2=Limit, 3=Stop, 4=Stop Limit | | | 40 | OrdType | Char | O | 1=Market, 2=Limit, 3=Stop, 4=Stop Limit | | ||
| | 44 | Price | Float | C | Limit price | | | 44 | Price | Float | C | Limit price | | ||
| | 99 | StopPx | Float | C | Stop price | | | 99 | StopPx | Float | C | Stop price | | ||
| | 31 | LastPx | Float | C | Fill price (trades only) | | | 31 | LastPx | Float | C | Fill price (trades only) | | ||
| - | | 32 | LastQty | Int | C | Fill quantity (trades only) | | + | | 32 | LastQty | Float | C | Fill quantity (trades only) | |
| - | | 14 | CumQty | Int | O | Total filled quantity | | + | | 14 | CumQty | Float | O | Total filled quantity | |
| - | | 151 | LeavesQty | Int | O | Remaining open quantity | | + | | 151 | LeavesQty | Float | O | Remaining open quantity | |
| | 59 | TimeInForce | Char | Y | 0=Day, 1=GTC, 3=IOC, 4=FOK | | | 59 | TimeInForce | Char | Y | 0=Day, 1=GTC, 3=IOC, 4=FOK | | ||
| | 60 | TransactTime | UTCTimestamp | O | Transaction time | | | 60 | TransactTime | UTCTimestamp | O | Transaction time | | ||