@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
17 lines (16 loc) • 375 B
TypeScript
/**
* Time unit associated with the interval to the first (and possibly only) exercise date in the exercise period.
* tag: 40126
* @readonly
* @enum {string} (String)
*/
export declare enum ProvisionOptionExerciseEarliestDateOffsetUnit {
/** Day */
Day = "D",
/** Week */
Week = "Wk",
/** Month */
Month = "Mo",
/** Year */
Year = "Yr"
}