UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 289 B
/** * Indicates the type of transfer report. * - Tag: 2444 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const TransferReportType: Readonly<{ /** Submit */ readonly Submit: 0; /** Alleged */ readonly Alleged: 1; }>;