UNPKG

@sotatech/node-fixjs

Version:
17 lines (16 loc) 320 B
/** * The scope of the discretion * tag: 846 * @readonly * @enum {number} (int) */ export declare enum DiscretionScope { /** Local (Exchange, ECN, ATS) */ Local = 1, /** National */ National = 2, /** Global */ Global = 3, /** National excluding local */ NationalExcludingLocal = 4 }