B2BITS FIX Antenna C++ 2.33.0
|
Information about the persistent session. More...
#include <B2BITS_StorageMgr.h>
Public Member Functions | |
PersistentSessionInfo () | |
Public Attributes | |
std::string | activeConnection_ |
Active connection type. | |
std::string | baseFilePath_ |
Path to the storage without extention. | |
int | HBI_ |
Heartbeat interval. | |
std::string | host_ |
Host name. | |
int | inSeqNum_ |
Incoming message sequence number. | |
bool | isInitiator_ |
True, if owner of storage is initiator; otherwise owner is acceptor. | |
int | minOutSeqNum_ |
Minimal value of output sequence number. | |
int | outSeqNum_ |
Outgoing message sequence number. | |
ParserDescription | parserDescription_ |
Parser description of the session. | |
int | port_ |
Port number. | |
SessionId | sessionId_ |
SessionId. | |
unsigned char | tagsDelimiter_ |
tags delimiter symbol | |
bool | terminated_ |
Equals to true, if session is terminated. | |
System::u64 | timeCreation_ |
Time creation. | |
FIXVersion | version_ |
FIX protocol version. | |
Information about the persistent session.
Engine::StorageMgr::PersistentSessionInfo::PersistentSessionInfo | ( | ) |
std::string Engine::StorageMgr::PersistentSessionInfo::activeConnection_ |
Active connection type.
std::string Engine::StorageMgr::PersistentSessionInfo::baseFilePath_ |
Path to the storage without extention.
int Engine::StorageMgr::PersistentSessionInfo::HBI_ |
Heartbeat interval.
std::string Engine::StorageMgr::PersistentSessionInfo::host_ |
Host name.
int Engine::StorageMgr::PersistentSessionInfo::inSeqNum_ |
Incoming message sequence number.
bool Engine::StorageMgr::PersistentSessionInfo::isInitiator_ |
True, if owner of storage is initiator; otherwise owner is acceptor.
int Engine::StorageMgr::PersistentSessionInfo::minOutSeqNum_ |
Minimal value of output sequence number.
int Engine::StorageMgr::PersistentSessionInfo::outSeqNum_ |
Outgoing message sequence number.
ParserDescription Engine::StorageMgr::PersistentSessionInfo::parserDescription_ |
Parser description of the session.
Contains Parser name, scp and app protocols describing the parser.
int Engine::StorageMgr::PersistentSessionInfo::port_ |
Port number.
unsigned char Engine::StorageMgr::PersistentSessionInfo::tagsDelimiter_ |
tags delimiter symbol
bool Engine::StorageMgr::PersistentSessionInfo::terminated_ |
Equals to true, if session is terminated.
System::u64 Engine::StorageMgr::PersistentSessionInfo::timeCreation_ |
Time creation.
FIXVersion Engine::StorageMgr::PersistentSessionInfo::version_ |
FIX protocol version.