Uses of Interface
com.quantfinlib.fix.FixSessionStore
Packages that use FixSessionStore
-
Uses of FixSessionStore in com.quantfinlib.fix
Classes in com.quantfinlib.fix that implement FixSessionStoreModifier and TypeClassDescriptionfinal classDurableFixSessionStorebacked by two files in a directory:seqnums.dat(16 bytes, synchronous writes) and an append-onlymessages.datreplayed into memory on open.static final classMethods in com.quantfinlib.fix that return FixSessionStoreModifier and TypeMethodDescriptionstatic FixSessionStoreFixSessionStore.inMemory()Fresh in-memory store: per-connection sequence numbers (the default).Methods in com.quantfinlib.fix with parameters of type FixSessionStoreModifier and TypeMethodDescriptionstatic FixSessionFixSession.accept(ServerSocket server, FixSession.Config config, FixSession.Listener listener, FixSessionStore store) AsFixSession.accept(ServerSocket, Config, Listener)with a durable session store.static FixSessionFixSession.initiate(String host, int port, FixSession.Config config, FixSession.Listener listener, FixSessionStore store) AsFixSession.initiate(String, int, Config, Listener)with a durable session store.