UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 338 B
/** * Indicates that both sides of the FIX session should reset sequence numbers. * - Tag: 141 * - FIX Specification type: Boolean * - Mapped type: string * @readonly * @public */ export declare const ResetSeqNumFlag: Readonly<{ /** No */ readonly No: 'N'; /** Yes, reset sequence numbers */ readonly Yes: 'Y'; }>;