@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
15 lines (14 loc) • 323 B
TypeScript
/**
* 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
}