UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

14 lines (13 loc) 268 B
/** * Status of market segment. * - Tag: 2542 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const MarketSegmentStatus: Readonly<{ readonly Active: 1; readonly Inactive: 2; readonly Published: 3; }>;