ACCEPTOR enum value (defined in Session) | Session | |
ACTIVE enum value (defined in Session) | Session | |
breakConnection() | Session | |
clearOutboundQueue() | Session | |
dialect() | Session | |
DISCONNECTED enum value (defined in Session) | Session | |
EncryptionMethod enum name | Session | |
Engine::Impl (defined in Session) | Session | [friend] |
FileBasedStorage enum value | Session | |
findSentMessage(int messageSequenceNumber) | Session | |
getCounterpartyHost() | Session | |
getCounterpartyIpAddress() | Session | |
getCounterpartyPort() | Session | |
getCustomKey() const | Session | |
getEncryptionMethod() const | Session | |
getHeartBtInt() | Session | |
getInSeqNum() | Session | |
getListenPort() const | Session | |
getLocalNetworkInterface() | Session | |
getLogInboundMessages() const | Session | |
getLogOutboundMessages() const | Session | |
getOutboundQueueBytes() | Session | |
getOutboundQueueCount() | Session | |
getOutSeqNum() | Session | |
getReceivingThreadId() const | Session | |
getRole() | Session | |
getSenderCompID() | Session | |
getSendingThreadId() const | Session | |
getState() | Session | |
getStorageID() | Session | |
getTargetCompID() | Session | |
getTcpNoDelayOption() const | Session | |
getVersion() | Session | |
INITIATOR enum value (defined in Session) | Session | |
LOGON_IN_PROGRESS enum value (defined in Session) | Session | |
logonAsAcceptor() | Session | |
logonAsInitiator(const std::string &host, int port, bool setResetSeqNumFlag) | Session | |
logonAsInitiator(const std::string &host, int port) | Session | |
logonAsInitiator(const std::string &host, int port, int heartBtInt) | Session | |
logonAsInitiator(const std::string &host, int port, int heartBtInt, bool setResetSeqNumFlag) | Session | |
logonAsInitiator(const std::string &host, int port, int heartBtInt, Message *customLogonMsg) | Session | |
logonAsInitiator(const std::string &host, int port, int heartBtInt, Message *customLogonMsg, bool setResetSeqNumFlag) | Session | |
logout() | Session | |
logout(const std::string &text) | Session | |
logout(Message *customLogoutMessage) | Session | |
LOGOUT_IN_PROGRESS enum value (defined in Session) | Session | |
MemoryBasedStorage enum value | Session | |
NA enum value (defined in Session) | Session | |
NONE enum value | Session | |
operator const std::string &() | Session | |
PluggableStorage enum value | Session | |
RECONNECTING enum value (defined in Session) | Session | |
registerListener(ISessionListener *listener) | Session | |
reset() | Session | |
resetSeqNumViaLogonExchange() | Session | |
Role enum name | Session | |
send(Message *message) | Session | |
senderLocationID(const std::string &value) | Session | |
senderSubID(const std::string &value) | Session | |
sendTestRequest(const std::string &testReqID="") | Session | |
Session(const std::string &senderCompId, const std::string &targetCompId, Version version, bool keepSequenceNumbersAfterLogout, OnixS::FIX::ISessionListener *listener, SessionStorageType storageType=FileBasedStorage, ISessionStorage *storage=NULL) | Session | |
Session(const std::string &senderCompId, const std::string &targetCompId, Version version, ISessionListener *listener, SessionStorageType storageType=FileBasedStorage, ISessionStorage *storage=NULL) | Session | |
Session(const std::string &senderCompId, const std::string &targetCompId, const Dialect &dialect, ISessionListener *listener, SessionStorageType storageType=FileBasedStorage, ISessionStorage *storage=NULL) | Session | |
Session(const std::string &senderCompId, const std::string &targetCompId, const Dialect &dialect, bool keepSequenceNumbersAfterLogout, OnixS::FIX::ISessionListener *listener, SessionStorageType storageType=FileBasedStorage, ISessionStorage *storage=NULL) | Session | |
Session(const std::string &senderCompId, const std::string &targetCompId, Version version, bool keepSequenceNumbersAfterLogout, OnixS::FIX::ISessionListener *listener, const std::string &customSessionKey, SessionStorageType storageType=FileBasedStorage, ISessionStorage *storage=NULL) | Session | |
Session(const std::string &senderCompId, const std::string &targetCompId, const Dialect &dialect, bool keepSequenceNumbersAfterLogout, OnixS::FIX::ISessionListener *listener, const std::string &customSessionKey, SessionStorageType storageType=FileBasedStorage, ISessionStorage *storage=NULL) | Session | |
SessionStorageType enum name | Session | |
setEncryptionMethod(EncryptionMethod newEncryptionMethod) | Session | |
setInSeqNum(int seqNum) | Session | |
setListenPort(int listenPort) | Session | |
setLocalNetworkInterface(const std::string &localNetworkInterface) | Session | |
setLogInboundMessages(bool value) | Session | |
setLogOutboundMessages(bool value) | Session | |
setOutSeqNum(int seqNum) | Session | |
setSslCertificateFile(const std::string &file) | Session | |
setSslPrivateKeyFile(const std::string &file) | Session | |
setSslPrivateKeyPassword(const std::string &password) | Session | |
setTcpNoDelayOption(bool value=true) | Session | |
shutdown() | Session | |
SSL enum value | Session | |
State enum name | Session | |
state2string(State state) | Session | [static] |
storageType2String(SessionStorageType value) | Session | [static] |
targetLocationID(const std::string &value) | Session | |
targetSubID(const std::string &value) | Session | |
unregisterListener() | Session | |
~Session() | Session | |