MCPcopy 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
13void OrderExecutor::start() {
14 running_ = true;
15 execution_thread_ = std::thread(&OrderExecutor::executionLoop, this);
16 spdlog::info("Order executor started");
17}
18
19void OrderExecutor::stop() {
20 running_ = false;

Callers 3

mainFunction · 0.45
runMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.36