UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

14 lines (13 loc) 281 B
/** * Used to classify the type of market segment. * - Tag: 2543 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const MarketSegmentType: Readonly<{ readonly Pool: 1; readonly Retail: 2; readonly Wholesale: 3; }>;