@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
17 lines (16 loc) • 320 B
TypeScript
/**
* 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
}