| Tag | Field Name | Req'd | Comments | ||
|---|---|---|---|---|---|
| Component Block <Standard Header> | Y | MsgType = M
| |||
| 66 | ListID | Y |
| ||
| 58 | Text | N |
| ||
| 354 | EncodedTextLen | N | Must be set if EncodedText field is specified and must immediately precede it.
| ||
| 355 | EncodedText | N | Encoded (non-ASCII characters) representation of the Text field in the encoded format specified via the MessageEncoding field.
| ||
| Component Block <Standard Trailer> | Y |
| |||
| XML DTD | |||||
| <!ENTITY % ListStatReqCustom "" > <!ENTITY % ListStatReqContent "ListID, Text?, EncTextLen?, EncText? %ListStatReqCustom;" > <!ELEMENT ListStatReq (%ListStatReqContent;)> <!ATTLIST ListStatReq FIXMsgType_ENUM CDATA #FIXED "M" Category CDATA #FIXED "ProgramTrading" FIXSpecVolume CDATA #FIXED 'Volume4' FullName CDATA #FIXED "ListStatusRequest" ComponentType CDATA #FIXED "Message" > | |||||