Tag 429
ListStatusType
Abbreviation:
ListStatTypDescription
Code to represent the status type
Wire Format & Usage Example
Single field (key=value)
429=1 (Ack)
In a FIX message (ListStatus)
8=FIX.4.4 | 9=... | 35=N | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 429=1 (Ack) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 429=1 (Ack) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
429=1 | Ack | Ack |
429=2 | Response | Response |
429=3 | Timed | Timed |
429=4 | ExecStarted | ExecStarted |
429=5 | AllDone | AllDone |
429=6 | Alert | Alert |
Enumerated Values
6| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | Ack | Ack | FIX.4.3 |
| 2 | Response | Response | FIX.4.3 |
| 3 | Timed | Timed | FIX.4.3 |
| 4 | ExecStarted | ExecStarted | FIX.4.3 |
| 5 | AllDone | AllDone | FIX.4.3 |
| 6 | Alert | Alert | FIX.4.3 |