Imported from previous forum
The ListOrderStatus tag (#431) in the FIX 4.2 specification (March 1,
2000) gives the following list of possible values:
Valid values:
1 - InBiddingProcess
2 - ReceivedForExecution
3 - Executing
4 - Canceling
4 - All Done
5 - Alert
7 - Reject
Note that "4" is repeated and there is no "6".
What should be the correct list of values?
This was a typographical error and will be corrected in the 4.2 Errata. Tag 431 ListOrderStatus should (and will in the Errata) read:
Valid values:
1 - InBiddingProcess
2 - ReceivedForExecution
3 - Executing
4 - Canceling
5 - Alert
6 - All Done
7 - Reject
Note that "4 - All Done" is "6 - All Done".
> The ListOrderStatus tag (#431) in the FIX 4.2 specification (March 1,
> 2000) gives the following list of possible values:
>
> Valid values:
> 1 - InBiddingProcess
> 2 - ReceivedForExecution
> 3 - Executing
> 4 - Canceling
> 4 - All Done
> 5 - Alert
> 7 - Reject
>
> Note that "4" is repeated and there is no "6".
>
> What should be the correct list of values?
>