| ACCEPTOR enum value | Session | |
| ACTIVE enum value | Session | |
| DISCONNECTED enum value | Session | |
| EncryptionMethod enum name | Session | |
| getCounterpartyHost() | Session | |
| getCounterpartyPort() | Session | |
| getEncryptionMethod() const | Session | |
| getHeartBtInt() | Session | |
| getInSeqNum() | Session | |
| getOutSeqNum() | Session | |
| getRole() | Session | |
| getSenderCompID() | Session | |
| getState() | Session | |
| getTargetCompID() | Session | |
| getVersion() | Session | |
| INITIATOR enum value | Session | |
| LOGON_IN_PROGRESS enum value | 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_IN_PROGRESS enum value | Session | |
| NA enum value | Session | |
| NONE enum value | Session | |
| operator const std::string &() | Session | |
| RECONNECTING enum value | Session | |
| reset() | Session | |
| resetSeqNumViaLogonExchange() | Session | |
| Role enum name | Session | |
| send(Message *msg) | 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, ISessionListener *listener) | Session | |
| Session(const std::string &senderCompID, const std::string &targetCompID, Version version, ISessionListener *listener) | Session | |
| setEncryptionMethod(EncryptionMethod newEncryptionMethod) | Session | |
| setInSeqNum(int seqNum) | Session | |
| setOutSeqNum(int seqNum) | Session | |
| setSslCertificateFile(const std::string &file) | Session | |
| setSslPrivateKeyFile(const std::string &file) | Session | |
| shutdown() | Session | |
| SSL enum value | Session | |
| State enum name | Session | |
| state2string(State state) | Session | [static] |
| targetLocationID(const std::string &value) | Session | |
| targetSubID(const std::string &value) | Session | |
| ~Session() | Session | |