This is the complete list of members for Gateway, including all inherited members.
| acceptConnection(const Timeout &acceptTimeout=defaultTimeout()) | Gateway | |
| acceptLogonRequest(UInt32 sequenceId) | Gateway | protected |
| acceptSession(SeqNumber outgoingSequenceNumber=1) | Gateway | |
| acceptTerminate() | Gateway | protected |
| close() | Gateway | protected |
| createIpReport(StrRef userId, StrRef host, Int16NULL port, StrRef ipSessionToken, Int32NULL exchangeCode=NullInt32NULL(), const std::string &text={}) | Gateway | protectedstatic |
| createLogoutReport(StrRef userId, Int32NULL exchangeCode=NullInt32NULL(), const std::string &text={}) | Gateway | protectedstatic |
| createNegotiationResponse(Int32NULL exchangeCode=NullInt32NULL(), const std::string &text={}) | Gateway | protected |
| createSequence() | Gateway | protectedstatic |
| createTraderLogonReport(StrRef traderId, int clientId, Int32NULL exchangeCode=NullInt32NULL(), const std::string &text={}) | Gateway | protectedstatic |
| createTraderLogoutReport(StrRef traderId, Int32NULL exchangeCode=NullInt32NULL(), const std::string &text={}) | Gateway | protectedstatic |
| defaultTimeout() | Gateway | inlineprotectedstatic |
| disconnect() | Gateway | |
| enableLogger(const std::string &logFileName, unsigned int logLevel=3) | Gateway | |
| Gateway(const SessionSettings::LicenseStores &licenseStores, int port, const char *host="127.0.0.1", const Timeout &acceptTimeout=defaultTimeout(), const Timeout &sendReceiveTimeout=defaultTimeout()) | Gateway | |
| Gateway(const Gateway &)=delete | Gateway | |
| Gateway(Gateway &&) noexcept | Gateway | |
| host() const | Gateway | |
| isConnectionClosed(const Timeout &timeout) const | Gateway | protected |
| isConnectionClosed() const | Gateway | protected |
| operator=(const Gateway &)=delete | Gateway | |
| operator=(Gateway &&) noexcept | Gateway | |
| outSeqNum() const noexcept | Gateway | |
| outSeqNum(SeqNumber nextOutSeqNum) noexcept | Gateway | |
| port() const noexcept | Gateway | |
| receive() const | Gateway | protected |
| receiveLogoutRequest() | Gateway | protected |
| receiveNegotiate() | Gateway | protected |
| receiveTypedMessage() | Gateway | |
| run(ClientMessageListener &listener, std::atomic< bool > *stopRequested=nullptr) | Gateway | |
| run(ClientMessageListener &appMsgListener, ClientSessionMessageListener &sessionMsgListener, std::atomic< bool > *stopRequested=nullptr) | Gateway | |
| send(MessageHolder< SbeMessageType, MaxMessageSize, MessageInitializer > &msg) | Gateway | |
| send(MessageHolder< SbeMessageType, MaxMessageSize, MessageInitializer > &&msg) | Gateway | |
| send(MessageHolder< SbeMessageType, MaxMessageSize, MessageInitializer > &msg, SeqNumber num) | Gateway | |
| send(MessageHolder< SbeMessageType, MaxMessageSize, MessageInitializer > &&msg, SeqNumber num) | Gateway | |
| send(MessageHolder< SbeMessageType, MaxMessageSize, MessageInitializer > &msg, std::initializer_list< SeqNumber > numbers) | Gateway | |
| send(MessageHolder< SbeMessageType, MaxMessageSize, MessageInitializer > &&msg, std::initializer_list< SeqNumber > numbers) | Gateway | |
| send(Messaging::SbeMessage, Messaging::SimpleOpenFramingHeader &) | Gateway | protected |
| sendData(const void *data, size_t size) | Gateway | protected |
| sendSequence() | Gateway | |
| sendTerminate(StrRef userId, Int32NULL exchangeCode=NullInt32NULL(), const std::string &text={}) | Gateway | protected |
| socketReceiveBufferSize() const | Gateway | |
| socketReceiveBufferSize(int bufferSize) | Gateway | |
| socketSendBufferSize() const noexcept | Gateway | |
| socketSendBufferSize(int bufferSize) | Gateway | |
| swap(Gateway &) noexcept | Gateway | |
| tcpNoDelayOption(bool noDelay) | Gateway | |
| tcpNoDelayOption() const noexcept | Gateway | |
| terminate(StrRef userId) | Gateway | protected |
| Timeout typedef | Gateway | |
| tryAcceptConnection(const Timeout &acceptTimeout=defaultTimeout()) | Gateway | |
| tryReceive(const std::chrono::microseconds &timeout=defaultTimeout()) const | Gateway | protected |
| waitUntilTerminate(ClientMessageListener *listener=nullptr, ClientSessionMessageListener *sessionMessageListener=nullptr, std::atomic< bool > *stopRequested=nullptr) | Gateway | |
| ~Gateway() | Gateway | virtual |