crypto_trader
Cryptocurrency Trading Bot API Documentation
Loading...
Searching...
No Matches
paper_trading_executor.h File Reference
#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>
Include dependency graph for paper_trading_executor.h:
This graph shows which files directly or indirectly include this file:

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