UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 284 B
/** * Source of NBBO information. * - Tag: 2834 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const NBBOSource: Readonly<{ readonly NotApplicable: 0; readonly Direct: 1; readonly SIP: 2; readonly Hybrid: 3; }>;