Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
class TradingEngine {
22
public:
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