Package | Description |
---|---|
com.btobits.fixengine |
Modifier and Type | Method and Description |
---|---|
void |
FIXEngineB2B.closeEngineSession(String sessionID)
Closes session with specifed ID.
|
void |
FIXEngine.closeEngineSession(String sessionID)
Closes session with specifed ID.
|
void |
FIXEngineB2B.closeEngineSession(String sessionID,
String reason)
Closes session with specifed ID.
|
void |
FIXEngine.closeEngineSession(String sessionID,
String reason)
Closes session with specifed ID.
|
String |
FIXEngineB2B.getSenderCompIDbySession(String sessionID)
Gets SenderCompID of session with specifed ID.
|
String |
FIXEngine.getSenderCompIDbySession(String sessionID)
Gets SenderCompID of session with specifed ID.
|
String |
FIXEngineB2B.getSessionIDbyCompIDs(String senderCompID,
String targetCompID)
Gets session ID by senderCompID and targetCompID.
|
String |
FIXEngine.getSessionIDbyCompIDs(String senderCompID,
String targetCompID)
Gets session ID by senderCompID and targetCompID.
|
String |
FIXEngineB2B.getTargetCompIDbySession(String sessionID)
Gets TargetCompID of session with specifed ID.
|
String |
FIXEngine.getTargetCompIDbySession(String sessionID)
Gets TargetCompID of session with specifed ID.
|
Copyright © 2000–2022 EPAM Systems. All rights reserved.