UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 239 B
/** * Specifies an option instrument's "in the money" condition. * tag: 2681 * @readonly * @enum {number} (int) */ export declare enum InTheMoneyCondition { StandardITM = 0, ATMITM = 1, ATMCallITM = 2, ATMPutITM = 3 }