UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 294 B
/** * Specifies the market scope of the market data. * tag: 546 * @readonly * @enum {string} (MultipleCharValue) */ export declare enum Scope { /** Local Market (Exchange, ECN, ATS) */ LocalMarket = "1", /** National */ National = "2", /** Global */ Global = "3" }