UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 311 B
/** * Indication of how a trade was verified. * - Tag: 1931 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const VerificationMethod: Readonly<{ /** Non-electronic */ readonly NonElectronic: 0; /** Electronic */ readonly Electronic: 1; }>;