UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

14 lines (13 loc) 300 B
/** * Specifies the activity state the test suite is in. * - Tag: 3069 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const TestSuiteActivityState: Readonly<{ readonly Scheduled: 0; readonly Completed: 1; readonly Cancelled: 2; }>;