Tag 1426
ApplReportType
Abbreviation:
ApplRptTypDescription
Type of report
Wire Format & Usage Example
Single field (key=value)
1426=0 (ApplSeqNumReset)
In a FIX message (ApplicationMessageReport)
8=FIX.4.4 | 9=... | 35=BY | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1426=0 (ApplSeqNumReset) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1426=0 (ApplSeqNumReset) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1426=0 | ApplSeqNumReset | Reset ApplSeqNum to new value specified in ApplNewSeqNum(1399) |
1426=1 | LastMessageSent | Reports that the last message has been sent for the ApplIDs Refer to RefApplLastSeqNum(1357) for the application sequence number of the last message. |
1426=2 | ApplicationAlive | Heartbeat message indicating that Application identified by RefApplID(1355) is still alive. Refer to RefApplLastSeqNum(1357) for the application sequence number of the previous message. |
Enumerated Values
3| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | ApplSeqNumReset | Reset ApplSeqNum to new value specified in ApplNewSeqNum(1399) | FIX.5.0 |
| 1 | LastMessageSent | Reports that the last message has been sent for the ApplIDs Refer to RefApplLastSeqNum(1357) for the application sequence number of the last message. | FIX.5.0 |
| 2 | ApplicationAlive | Heartbeat message indicating that Application identified by RefApplID(1355) is still alive. Refer to RefApplLastSeqNum(1357) for the application sequence number of the previous message. | FIX.5.0 |