UNPKG

@sotatech/node-fixjs

Version:
12 lines (11 loc) 196 B
/** * Used to classify the type of market segment. * tag: 2543 * @readonly * @enum {number} (int) */ export declare enum MarketSegmentType { Pool = 1, Retail = 2, Wholesale = 3 }