UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 259 B
/** * ComplexEventCondition * - Tag: 1490 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const ComplexEventCondition: Readonly<{ /** And */ readonly And: 1; /** Or */ readonly Or: 2; }>;