UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 237 B
/** * Identifies the type of adjustment. * tag: 334 * @readonly * @enum {number} (int) */ export declare enum Adjustment { /** Cancel */ Cancel = 1, /** Error */ Error = 2, /** Correction */ Correction = 3 }