| Tag | Field Name | Req'd | Comments | ||
|---|---|---|---|---|---|
| Component Block <Standard Header> | Y | MsgType = v (lowercase V)
| |||
| 320 | SecurityReqID | Y |
| ||
| 58 | Text | N | Comment, instructions, or other identifying information.
| ||
| 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.
| ||
| 336 | TradingSessionID | N | Optional Trading Session Identifier to specify a particular trading session for which you want to obtain a list of securities that are tradeable.
| ||
| 625 | TradingSessionSubID | N |
| ||
| 460 | Product | N | Used to qualify which security types are returned
| ||
| 167 | SecurityType | N | Used to qualify which security type is returned
| ||
| 762 | SecuritySubType | N | Used to qualify which security types are returned
| ||
| Component Block <Standard Trailer> | Y |
| |||
| XML DTD | |||||
| <!ENTITY % SecTypReqCustom "" > <!ENTITY % SecTypReqContent "SecReqID, Text?, EncTextLen?, EncText?, TrdgSessID?, TrdgSessSubID?, Prod?, SecTyp?, SecSubTyp? %SecTypReqCustom;" > <!ELEMENT SecTypReq (%SecTypReqContent;)> <!ATTLIST SecTypReq FIXMsgType_ENUM CDATA #FIXED "v" Category CDATA #FIXED "SecurityAndTradingSessionDefinitionOrStatus" FIXSpecVolume CDATA #FIXED 'Volume3' FullName CDATA #FIXED "SecurityTypeRequest" ComponentType CDATA #FIXED "Message" > | |||||