UNPKG

jspurefix

Version:
5 lines (4 loc) 320 B
import { FixDefinitions } from '../dictionary/definition'; import { MsgView } from '../buffer'; import { ISessionDescription } from '../transport'; export declare function replayFixFile(definitions: FixDefinitions, sessionDescription: ISessionDescription, replayFile: string, delimiter: number): Promise<MsgView[]>;