|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutQueue | |
---|---|
biz.onixs.fix.engine |
Uses of OutQueue in biz.onixs.fix.engine |
---|
Classes in biz.onixs.fix.engine that implement OutQueue | |
---|---|
class |
AbstractOutQueue
|
class |
MemoryOutQueue
|
class |
StorageOutQueue
|
Fields in biz.onixs.fix.engine declared as OutQueue | |
---|---|
protected OutQueue |
SessionImpl.outQueue_
|
Methods in biz.onixs.fix.engine that return OutQueue | |
---|---|
OutQueue |
MemoryOutQueueFactory.create()
|
OutQueue |
SessionImpl.outQueue()
|
Constructors in biz.onixs.fix.engine with parameters of type OutQueue | |
---|---|
Session(SessionId sessionId,
boolean keepSequenceNumbersAfterLogout,
SessionStorageType storageType,
OutQueue outQueue)
Creates the FIX Session. The cleanStart option to ignore the previous log files and start the FIX session anew is set to false. |
|
Session(SessionId sessionId,
SessionStorageType storageType,
OutQueue outQueue)
Creates the FIX Session. The keepSequenceNumbersAfterLogout option to keep sequence numbers after the logout exchange is set to true. The cleanStart option to ignore the previous log files and start the FIX session anew is set to false. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |