UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 323 B
/** * Format used to generate the MaturityMonthYear for each option * tag: 1303 * @readonly * @enum {number} (int) */ export declare enum MaturityMonthYearFormat { /** YearMonth Only (default) */ YearMonthOnly = 0, /** YearMonthDay */ YearMonthDay = 1, /** YearMonthWeek */ YearMonthWeek = 2 }