MCPcopy 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

4namespace trading {
5
6OrderExecutor::OrderExecutor() : running_(false) {
7}
8
9OrderExecutor::~OrderExecutor() {
10 stop();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected