UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 294 B
/** * Data point's matching type. * - Tag: 2782 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const MatchingDataPointIndicator: Readonly<{ /** Mandatory */ readonly Mandatory: 1; /** Optional */ readonly Optional: 2; }>;