UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

13 lines (12 loc) 280 B
/** * Specifies the kind of priority given to customers. * - Tag: 2570 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const CustomerPriority: Readonly<{ readonly NoPriority: 0; readonly UnconditionalPriority: 1; }>;