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