UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

13 lines (12 loc) 242 B
/** * AttachmentEncodingType * - Tag: 2109 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const AttachmentEncodingType: Readonly<{ readonly Base64: 0; readonly RawBinary: 1; }>;