ListOrderStatus

Tag 431

ListOrderStatus

Abbreviation: ListOrdStat
Typeint
Tag431
AddedFIX.4.2
Used in1 messages

Description

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
WireNameDescription
431=1InBiddingProcessIn bidding process
431=2ReceivedForExecutionReceived for execution
431=3ExecutingExecuting
431=4CancellingCancelling
431=5AlertAlert
431=6AllDoneAll Done
431=7RejectReject

Enumerated Values

7
ValueSymbolic NameDescriptionAdded
1InBiddingProcessIn bidding processFIX.4.3
2ReceivedForExecutionReceived for executionFIX.4.3
3ExecutingExecutingFIX.4.3
4CancellingCancellingFIX.4.3
5AlertAlertFIX.4.3
6AllDoneAll DoneFIX.4.3
7RejectRejectFIX.4.3

Used in Messages

1