UNPKG

@sotatech/node-fixjs

Version:
11 lines (10 loc) 188 B
/** * Indicates the trade is a result of an offset or onset. * tag: 1849 * @readonly * @enum {number} (int) */ export declare enum OffsetInstruction { Offset = 0, Onset = 1 }