UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

14 lines (13 loc) 290 B
/** * MatchExceptionToleranceValueType * - Tag: 2779 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const MatchExceptionToleranceValueType: Readonly<{ readonly FixedAmount: 1; /** Percentage */ readonly Percentage: 2; }>;