| Tag | Field Name | Req'd | Comments | ||
|---|---|---|---|---|---|
| Component Block <Standard Header> | Y | MsgType = B
| |||
| 42 | OrigTime | N |
| ||
| 61 | Urgency | N |
| ||
| 148 | Headline | Y | Specifies the headline text
| ||
| 358 | EncodedHeadlineLen | N | Must be set if EncodedHeadline field is specified and must immediately precede it.
| ||
| 359 | EncodedHeadline | N | Encoded (non-ASCII characters) representation of the Headline field in the encoded format specified via the MessageEncoding field.
| ||
| 215 | NoRoutingIDs | N | Required if any RoutingType and RoutingIDs are specified. Indicates the number within repeating group.
| ||
![]() |
216 | RoutingType | N | Indicates type of RoutingID. Required if NoRoutingIDs is > 0.
| |
![]() |
217 | RoutingID | N | Identifies routing destination. Required if NoRoutingIDs is > 0.
| |
| 146 | NoRelatedSym | N | Specifies the number of repeating symbols (instruments) specified
| ||
![]() |
Component Block <Instrument> | N | Insert here the set of "Instrument" (symbology) fields defined in "COMMON COMPONENTS OF APPLICATION MESSAGES"
| ||
| 555 | NoLegs | N | Number of legs
Identifies a Multi-leg Execution if present and non-zero.
| ||
![]() |
Component Block <Instrument Leg> | N | Must be provided if Number of legs > 0
| ||
| 711 | NoUnderlyings | N | Number of underlyings
| ||
![]() |
Component Block <Underlying Instrument> | N | Must be provided if Number of underlyings > 0
| ||
| 33 | NoLinesOfText | Y | Specifies the number of repeating lines of text specified
| ||
![]() |
58 | Text | Y | Repeating field, number of instances defined in LinesOfText
| |
![]() |
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.
| |
| 149 | URLLink | N | A URL (Uniform Resource Locator) link to additional information (i.e. http://www.XYZ.com/research.html)
| ||
| 95 | RawDataLength | N |
| ||
| 96 | RawData | N |
| ||
| Component Block <Standard Trailer> | Y |
| |||
| XML DTD | |||||
| <!ENTITY % NewsCustom "" > <!ENTITY % NewsContent "OrigTm?, Urgency?, Headline, EncHeadlineLen?, EncHeadline?, RoutingGrp*, InstrmtGrp*, InstrmtLegGrp*, UndInstrmtGrp*, LinesOfTextGrp+, URLLink?, RawDataLength?, RawData? %NewsCustom;" > <!ELEMENT News (%NewsContent;)> <!ATTLIST News FIXMsgType_ENUM CDATA #FIXED "B" Category CDATA #FIXED "EventCommunication" FIXSpecVolume CDATA #FIXED 'Volume3' FullName CDATA #FIXED "News" ComponentType CDATA #FIXED "Message" > | |||||