Uses of Record Class
com.quantfinlib.fix.FixSession.Config
Packages that use FixSession.Config
-
Uses of FixSession.Config in com.quantfinlib.fix
Methods in com.quantfinlib.fix that return FixSession.ConfigModifier and TypeMethodDescriptionFixSession.Config.withCredentials(String username, String password) Adds Username(553)/Password(554) to the initiator's Logon.FixSession.Config.withResetOnLogon()Initiator sends ResetSeqNumFlag(141)=Y on Logon and restarts BOTH sequence counters at 1 (persisted) — the standard clean-slate reconnect when the two sides' stores have diverged beyond repair.Methods in com.quantfinlib.fix with parameters of type FixSession.ConfigModifier and TypeMethodDescriptionstatic FixSessionFixSession.accept(ServerSocket server, FixSession.Config config, FixSession.Listener listener) Accepts one connection, awaits the peer's Logon, replies, and returns established.static 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) Connects, sends Logon, and blocks until the handshake completes.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.