UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

13 lines (12 loc) 240 B
/** * Quote model type * - Tag: 2403 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const QuoteModelType: Readonly<{ readonly QuoteEntry: 1; readonly QuoteModification: 2; }>;