UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

13 lines (12 loc) 348 B
/** * Indicates if the transaction was previously reported to the counterparty or market. * - Tag: 570 * - FIX Specification type: Boolean * - Mapped type: string * @readonly * @public */ export declare const PreviouslyReported: Readonly<{ readonly NotReportedToCounterparty: 'N'; readonly PreviouslyReportedToCounterparty: 'Y'; }>;