Tag 414
ProgRptReqs
Abbreviation:
Description
Code to identify the desired frequency of progress reports.
Wire Format & Usage Example
Single field (key=value)
414=1 (BuySideRequests)
In a FIX message (OrderList)
8=FIX.4.4 | 9=... | 35=E | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 414=1 (BuySideRequests) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 414=1 (BuySideRequests) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
414=1 | BuySideRequests | BuySide explicitly requests status using StatusRequest (Default) The sell-side firm can however, send a DONE status List Status Response in an unsolicited fashion |
414=2 | SellSideSends | SellSide periodically sends status using ListStatus. Period optionally specified in ProgressPeriod |
414=3 | RealTimeExecutionReports | Real-time execution reports (to be discouraged) |
Enumerated Values
3| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | BuySideRequests | BuySide explicitly requests status using StatusRequest (Default) The sell-side firm can however, send a DONE status List Status Response in an unsolicited fashion | FIX.4.2 |
| 2 | SellSideSends | SellSide periodically sends status using ListStatus. Period optionally specified in ProgressPeriod | FIX.4.2 |
| 3 | RealTimeExecutionReports | Real-time execution reports (to be discouraged) | FIX.4.2 |