UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 343 B
/** * Indicates how control of trading session and subsession transitions are performed. * - Tag: 1785 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const TradSesControl: Readonly<{ /** Automatic (Default) */ readonly Automatic: 0; /** Manual */ readonly Manual: 1; }>;