Tag 431
ListOrderStatus
Abbreviation:
ListOrdStatDescription
Code to represent the status of a list order.
Wire Format & Usage Example
Single field (key=value)
431=1 (InBiddingProcess)
In a FIX message (ListStatus)
8=FIX.4.4 | 9=... | 35=N | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 431=1 (InBiddingProcess) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 431=1 (InBiddingProcess) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
431=1 | InBiddingProcess | In bidding process |
431=2 | ReceivedForExecution | Received for execution |
431=3 | Executing | Executing |
431=4 | Cancelling | Cancelling |
431=5 | Alert | Alert |
431=6 | AllDone | All Done |
431=7 | Reject | Reject |
Enumerated Values
7| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | InBiddingProcess | In bidding process | FIX.4.3 |
| 2 | ReceivedForExecution | Received for execution | FIX.4.3 |
| 3 | Executing | Executing | FIX.4.3 |
| 4 | Cancelling | Cancelling | FIX.4.3 |
| 5 | Alert | Alert | FIX.4.3 |
| 6 | AllDone | All Done | FIX.4.3 |
| 7 | Reject | Reject | FIX.4.3 |