Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xemmkty/QuantMuse
/ OrderExecutor
Method
OrderExecutor
backend/src/order_executor.cpp:6–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
namespace trading {
5
6
OrderExecutor::OrderExecutor() : running_(false) {
7
}
8
9
OrderExecutor::~OrderExecutor() {
10
stop();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected