UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 231 B
/** * Operator to perform on the instrument(s) specified * tag: 1535 * @readonly * @enum {number} (int) */ export declare enum InstrumentScopeOperator { /** Include */ Include = 1, /** Exclude */ Exclude = 2 }