Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xemmkty/QuantMuse
/ start
Method
start
backend/src/order_executor.cpp:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
}
12
13
void OrderExecutor::start() {
14
running_ = true;
15
execution_thread_ = std::thread(&OrderExecutor::executionLoop, this);
16
spdlog::info(
"Order executor started"
);
17
}
18
19
void OrderExecutor::stop() {
20
running_ = false;
Callers
3
main
Function · 0.45
run
Method · 0.45
setUp
Method · 0.45
Calls
no outgoing calls
Tested by
1
setUp
Method · 0.36