Class FileSessionStore

java.lang.Object
com.quantfinlib.fix.FileSessionStore
All Implemented Interfaces:
FixSessionStore, AutoCloseable

public final class FileSessionStore extends Object implements FixSessionStore, AutoCloseable
Durable FixSessionStore backed by two files in a directory: seqnums.dat (16 bytes, synchronous writes) and an append-only messages.dat replayed into memory on open. Reopening the store after a process restart resumes the FIX session with sequence-number continuation and a fully serviceable resend history.