UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

14 lines (13 loc) 360 B
/** * Qualifier for price. May be used when the price needs to be explicitly qualified. * - Tag: 2710 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const PriceQualifier: Readonly<{ readonly AccruedInterestIsFactored: 0; readonly TaxIsFactored: 1; readonly BondAmortizationIsFactored: 2; }>;