public class SessionId extends Object
Constructor and Description |
---|
SessionId(String senderCompId,
String targetCompId,
Version fixVersion) |
SessionId(String senderCompId,
String targetCompId,
Version fixVersion,
String token) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Version |
getFixVersion() |
String |
getId()
Returns session id string key
Key format is
SenderCompId-TargetCompId-VersionId-Token
where "-Token" part is omitted if token length is 0.
|
String |
getSenderCompId() |
String |
getTargetCompId() |
String |
getToken()
Returns token - additional id to differentiate sessions with the same (senderCompId, targetCompId, fixVersion);
empty string means no token required
|
int |
hashCode() |
String |
toString() |
public String getSenderCompId()
public String getTargetCompId()
public String getToken()
public Version getFixVersion()
public String getId()
Copyright © 2005–2024 Onix Solutions. All rights reserved.