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

Method OutputMessage

examples/itch_handler.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43private:
44 template <class TMessage>
45 static bool OutputMessage(const TMessage& message)
46 {
47 std::cout << message << std::endl;
48 return true;
49 }
50};
51
52int main(int argc, char** argv)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected