The AttachmentGrp component provides the ability to attach other media type documents to a FIX message for transmission. The media type can be any of the media types (previously referred to as MIME types) that are listed by IANA (www.iana.org) [RFC2046].
| Tag | Name | Type | Required | Description |
|---|---|---|---|---|
| 2104 | NumInGroup | The number of attached files.
| ||
| 2105 | String | Required if NoAttachments(2104) > 0
| ||
| 2106 | String | Required if EncodedAttachment(2112) is present
| ||
| 2107 | String | |||
| 2108 | String | Either AttachmentExternalURL(2108) or EncodedAttachment(2112) must be specified if NoAttachments(2104) > 0
| ||
| 2109 | Int Enum | Required if EncodedAttachment(2112) is present
| ||
| 2110 | Int | |||
| 2111 | Length | Must be set if EncodedAttachment(2112) is specified and must immediately precede it
| ||
| 2112 | Data | Either AttachmentExternalURL(2108) or EncodedAttachment(2112) must be specified if NoAttachments(2104) > 0
| ||
| Component |