UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

14 lines (13 loc) 296 B
/** * Specifies the type of secondary size. * - Tag: 1178 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const MDSecSizeType: Readonly<{ readonly Customer: 1; readonly CustomerProfessional: 2; readonly DoNotTradeThrough: 3; }>;