| Tag | Field Name | Req'd | Comments | ||
|---|---|---|---|---|---|
| Component Block <Standard Header> | Y | MsgType = L
| |||
| 66 | ListID | Y | Must be unique, by customer, for the day
| ||
| 391 | ClientBidID | N | Used with BidType=Disclosed to provide the sell side the ability to determine the direction of the trade to execute.
| ||
| 390 | BidID | N |
| ||
| 60 | TransactTime | Y | Time this order request was initiated/released by the trader or trading system.
| ||
| 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 % ListExctCustom "" > <!ENTITY % ListExctContent "ListID, ClBidID?, BidID?, TransactTm, Text?, EncTextLen?, EncText? %ListExctCustom;" > <!ELEMENT ListExct (%ListExctContent;)> <!ATTLIST ListExct FIXMsgType_ENUM CDATA #FIXED "L" Category CDATA #FIXED "ProgramTrading" FIXSpecVolume CDATA #FIXED 'Volume4' FullName CDATA #FIXED "ListExecute" ComponentType CDATA #FIXED "Message" > | |||||