UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 321 B
/** * Indicates the type of Network Response Message. * - Tag: 937 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const NetworkStatusResponseType: Readonly<{ /** Full */ readonly Full: 1; /** Incremental Update */ readonly IncrementalUpdate: 2; }>;