UNPKG

@sotatech/node-fixjs

Version:
17 lines (16 loc) 353 B
/** * Specifies a type of Security List. * tag: 1470 * @readonly * @enum {number} (int) */ export declare enum SecurityListType { /** Industry Classification */ IndustryClassification = 1, /** Trading List */ TradingList = 2, /** Market / Market Segment List */ Market = 3, /** Newspaper List */ NewspaperList = 4 }