UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

17 lines (16 loc) 308 B
/** * Relative quality of indication * - Tag: 25 * - FIX Specification type: char * - Mapped type: string * @readonly * @public */ export declare const IOIQltyInd: Readonly<{ /** High */ readonly High: 'H'; /** Low */ readonly Low: 'L'; /** Medium */ readonly Medium: 'M'; }>;