Package | Description |
---|---|
biz.onixs.fix.engine | |
biz.onixs.fix.engine.storage |
Modifier and Type | Method and Description |
---|---|
SessionId |
Session.getId()
Returns session id.
|
SessionId |
Engine.DynamicAcceptorArgs.getSessionId() |
SessionId |
Session.getSessionId()
Returns session id.
|
Constructor and Description |
---|
Session(SessionId sessionId)
Creates the FIX Session.
|
Session(SessionId sessionId,
boolean keepSequenceNumbersBetweenFixConnections,
SessionStorageType storageType)
Creates the FIX Session.
|
Session(SessionId sessionId,
SessionStorageType storageType)
Creates the FIX Session.
|
Modifier and Type | Method and Description |
---|---|
SessionId |
FileBasedSessionStorage.getSessionId() |
Modifier and Type | Method and Description |
---|---|
SessionStorage |
AsyncFileStorageRepository.create(SessionId sessionId,
boolean cleanStart) |
SessionStorage |
FileBasedStorageRepository.create(SessionId sessionId,
boolean cleanStart) |
SessionStorage |
MemoryBasedStorageRepository.create(SessionId sessionId,
boolean cleanStart) |
SessionStorage |
NullStorageRepository.create(SessionId sessionId,
boolean cleanStart) |
SessionStorage |
StorageRepository.create(SessionId sessionId,
boolean cleanStart)
Creates session storage from scratch or restores from its previous state.
|
SessionStorage |
TimingStorageRepository.create(SessionId sessionId,
boolean cleanStart) |
Copyright © 2005–2024 Onix Solutions. All rights reserved.