@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
15 lines (14 loc) • 614 B
TypeScript
/**
* Specifies a specific source for a SecurityListType. Relevant when a certain type can be provided from various sources.
* tag: 1471
* @readonly
* @enum {number} (int)
*/
export declare enum SecurityListTypeSource {
/** ICB (Industry Classification Benchmark) published by Dow Jones and FTSE - www.icbenchmark.com */
ICB = 1,
/** NAICS (North American Industry Classification System). Replaced SIC (Standard Industry Classification) www.census.gov/naics or www.naics.com. */
NAICS = 2,
/** GICS (Global Industry Classification Standard) published by Standards & Poor */
GICS = 3
}