UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

19 lines (18 loc) 391 B
/** * Unit of measure for the Maturity Month Year Increment * - Tag: 1302 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const MaturityMonthYearIncrementUnits: Readonly<{ /** Months */ readonly Months: 0; /** Days */ readonly Days: 1; /** Weeks */ readonly Weeks: 2; /** Years */ readonly Years: 3; }>;