Uses of Class
com.quantfinlib.fix.FixSession
Packages that use FixSession
-
Uses of FixSession in com.quantfinlib.fix
Methods in com.quantfinlib.fix that return FixSessionModifier 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) Asaccept(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) Asinitiate(String, int, Config, Listener)with a durable session store.Methods in com.quantfinlib.fix with parameters of type FixSessionModifier and TypeMethodDescriptiondefault voidFixSession.Listener.onExecutionReport(FixSession session, ExecutionReport report) default voidFixSession.Listener.onLogon(FixSession session) default voidFixSession.Listener.onLogout(FixSession session) default voidFixSession.Listener.onMessage(FixSession session, FixMessage message) Heartbeats, test requests and any unrecognized message types.default voidFixSession.Listener.onNewOrderSingle(FixSession session, NewOrderSingle order) default voidFixSession.Listener.onOrderCancelReplace(FixSession session, OrderCancelReplaceRequest request) default voidFixSession.Listener.onOrderCancelRequest(FixSession session, OrderCancelRequest request) default voidFixSession.Listener.onReject(FixSession session, long refSeqNum, String text) Session-level Reject (35=3) received from the peer.