Uses of Class
com.btobits.fixengine.exceptions.SessionNotFoundException
Packages that use SessionNotFoundException
-
Uses of SessionNotFoundException in com.btobits.fixengine
Methods in com.btobits.fixengine that throw SessionNotFoundExceptionModifier and TypeMethodDescriptionvoid
FIXEngine.closeEngineSession
(String sessionID) Closes session with specified ID.void
FIXEngine.closeEngineSession
(String sessionID, String reason) Closes session with specified ID.void
FIXEngineB2B.closeEngineSession
(String sessionID) Closes session with specifed ID.void
FIXEngineB2B.closeEngineSession
(String sessionID, String reason) Closes session with specifed ID.FIXEngine.getSenderCompIDbySession
(String sessionID) Gets SenderCompID of session with specified ID.FIXEngineB2B.getSenderCompIDbySession
(String sessionID) Gets SenderCompID of session with specified ID.FIXEngine.getSessionIDbyCompIDs
(String senderCompID, String targetCompID) Gets session ID by senderCompID and targetCompID.FIXEngineB2B.getSessionIDbyCompIDs
(String senderCompID, String targetCompID) Gets session ID by senderCompID and targetCompID.FIXEngine.getTargetCompIDbySession
(String sessionID) Gets TargetCompID of session with specified ID.FIXEngineB2B.getTargetCompIDbySession
(String sessionID) Gets TargetCompID of session with specified ID.