|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionNotFoundException | |
|---|---|
| com.btobits.fixengine | |
| Uses of SessionNotFoundException in com.btobits.fixengine |
|---|
| Methods in com.btobits.fixengine that throw SessionNotFoundException | |
|---|---|
void |
FIXEngine.closeEngineSession(String sessionID)
Closes session with specifed ID. |
void |
FIXEngineB2B.closeEngineSession(String sessionID)
Closes session with specifed ID. |
void |
FIXEngine.closeEngineSession(String sessionID,
String reason)
Closes session with specifed ID. |
void |
FIXEngineB2B.closeEngineSession(String sessionID,
String reason)
Closes session with specifed ID. |
String |
FIXEngine.getSenderCompIDbySession(String sessionID)
Gets SenderCompID of session with specifed ID. |
String |
FIXEngineB2B.getSenderCompIDbySession(String sessionID)
Gets SenderCompID of session with specifed ID. |
String |
FIXEngine.getSessionIDbyCompIDs(String senderCompID,
String targetCompID)
Gets session ID by senderCompID and targetCompID. |
String |
FIXEngineB2B.getSessionIDbyCompIDs(String senderCompID,
String targetCompID)
Gets session ID by senderCompID and targetCompID. |
String |
FIXEngine.getTargetCompIDbySession(String sessionID)
Gets TargetCompID of session with specifed ID. |
String |
FIXEngineB2B.getTargetCompIDbySession(String sessionID)
Gets TargetCompID of session with specifed ID. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||