UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

14 lines (13 loc) 290 B
/** * Action to be taken for the ValueCheckType(1869). * - Tag: 1870 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const ValueCheckAction: Readonly<{ readonly DoNotCheck: 0; readonly Check: 1; readonly BestEffort: 2; }>;