| Tag | Field Name | Req'd | Comments | ||
|---|---|---|---|---|---|
| Component Block <Standard Header> | Y | MsgType = C
| |||
| 164 | EmailThreadID | Y | Unique identifier for the email message thread
| ||
| 94 | EmailType | Y |
| ||
| 42 | OrigTime | N |
| ||
| 147 | Subject | Y | Specifies the Subject text
| ||
| 356 | EncodedSubjectLen | N | Must be set if EncodedSubject field is specified and must immediately precede it.
| ||
| 357 | EncodedSubject | N | Encoded (non-ASCII characters) representation of the Subject 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"
| ||
| 711 | NoUnderlyings | N | Number of underlyings
| ||
![]() |
Component Block <Underlying Instrument> | N | Must be provided if Number of underlyings > 0
| ||
| 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
| ||
| 37 | OrderID | N |
| ||
| 11 | ClOrdID | N |
| ||
| 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.
| |
| 95 | RawDataLength | N |
| ||
| 96 | RawData | N |
| ||
| Component Block <Standard Trailer> | Y |
| |||
| XML DTD | |||||
| <!ENTITY % EmailCustom "" > <!ENTITY % EmailContent "EmailThreadID, EmailTyp, OrigTm?, Subject, EncSubjectLen?, EncSubject?, RtgIDsGrp*, InstrmtGrp*, UndInstrmtGrp*, InstrmtLegGrp*, OrdID?, ClOrdID?, LinesOfTextGrp+, RawDataLength?, RawData? %EmailCustom;" > <!ELEMENT Email (%EmailContent;)> <!ATTLIST Email FIXMsgType_ENUM CDATA #FIXED "C" Category CDATA #FIXED "EventCommunication" FIXSpecVolume CDATA #FIXED 'Volume3' FullName CDATA #FIXED "Email" ComponentType CDATA #FIXED "Message" > <!ENTITY % RtgIDsGrpCustom "" > <!ENTITY % RtgIDsGrpContent "RtgTyp?, RtgID? %RtgIDsGrpCustom;" > <!ELEMENT RtgIDsGrp (%RtgIDsGrpContent;)+> <!ATTLIST RtgIDsGrp NumInGrp_FIELD CDATA #FIXED 'NoRtgIDs' FIXTag CDATA #FIXED '215' ComponentType CDATA #FIXED 'BlockRepeating' Category CDATA #FIXED 'EventCommunication' > | |||||