MCPcopy Create free account
hub / github.com/chronoxor/CppTrader / errors

Method errors

tests/test_itch_handler.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24 size_t messages() const { return _messages; }
25 size_t errors() const { return _errors; }
26
27protected:
28 bool onMessage(const SystemEventMessage& message) override { ++_messages; return true; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected