|
crypto_trader
Cryptocurrency Trading Bot API Documentation
|
#include "../common/Event.h"#include "../common/math.h"#include "../common/types.h"#include "../protocols/executor.h"#include "../traders/event_position_manager.h"#include <spdlog/spdlog.h>#include <optional>#include <string_view>#include <unordered_map>

Classes | |
| class | crypto_trader::executors::PaperTradingExecutorConfig |
| Configuration parameters for the PaperTradingExecutor. More... | |
| struct | crypto_trader::executors::PaperTrade |
| Represents a simulated trade executed by the PaperTradingExecutor. More... | |
| class | crypto_trader::executors::PaperTradingExecutor< T > |
| A concrete implementation of the Executor protocol for paper (simulated) trading. More... | |
Namespaces | |
| namespace | crypto_trader |
| namespace | crypto_trader::executors |