This is the complete list of members for IEngineListener, including all inherited members.
onError(EngineErrorReason::Enum reason, const std::string &description)=0 | IEngineListener | pure virtual |
onIncomingConnection(ONIXS_FIXENGINE_UNUSED const FlatMessage &incomingLogon, ONIXS_FIXENGINE_UNUSED const int listenPort, ONIXS_FIXENGINE_UNUSED const int counterpartyPort, ONIXS_FIXENGINE_UNUSED const std::string &counterpartyIpAddress, ONIXS_FIXENGINE_UNUSED std::string *rejectReason) | IEngineListener | inlinevirtual |
onIncomingTelecommunicationLink(ONIXS_FIXENGINE_UNUSED const int listenPort, ONIXS_FIXENGINE_UNUSED const int counterpartyPort, ONIXS_FIXENGINE_UNUSED const std::string &counterpartyIpAddress, ONIXS_FIXENGINE_UNUSED std::string *rejectReason) | IEngineListener | inlinevirtual |
onUnknownIncomingConnection(const FlatMessage &incomingLogon, const int listenPort, const int counterpartyPort, const std::string &counterpartyIpAddress, std::string *rejectReason)=0 | IEngineListener | pure virtual |
onWarning(EngineWarningReason::Enum reason, const std::string &description)=0 | IEngineListener | pure virtual |
~IEngineListener() ONIXS_FIXENGINE_DEFAULT | IEngineListener | virtual |