MCPcopy Create free account
hub / github.com/0xemmkty/QuantMuse / TradingEngine

Method TradingEngine

backend/src/main.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21class TradingEngine {
22public:
23 TradingEngine() {
24 initialize();
25 }
26
27 void run() {
28 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected