UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 289 B
/** * Type of statistical value. * - Tag: 2479 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const MDStatisticValueType: Readonly<{ /** Absolute */ readonly Absolute: 1; /** Percentage */ readonly Percentage: 2; }>;