crypto_trader
Cryptocurrency Trading Bot API Documentation
Loading...
Searching...
No Matches
crypto_trader::executors::PaperTradingExecutor< T > Member List

This is the complete list of members for crypto_trader::executors::PaperTradingExecutor< T >, including all inherited members.

balance() constcrypto_trader::executors::PaperTradingExecutor< T >
buy(const std::string_view &product, double quantity) overridecrypto_trader::executors::PaperTradingExecutor< T >virtual
getAverageCostBasis(const std::string_view &product) constcrypto_trader::executors::PaperTradingExecutor< T >
getBalance(const std::string_view &currency) const overridecrypto_trader::executors::PaperTradingExecutor< T >virtual
getPosition(const std::string_view &product) const overridecrypto_trader::executors::PaperTradingExecutor< T >virtual
getRealizedPnl(const std::string_view &product) constcrypto_trader::executors::PaperTradingExecutor< T >
PaperTradingExecutor(const PaperTradingExecutorConfig &config, traders::EventPositionManager &positionManager)crypto_trader::executors::PaperTradingExecutor< T >
pnl(const std::string_view &product, bool realize) constcrypto_trader::executors::PaperTradingExecutor< T >
processTickerData(const std::string_view &product, double price, const T::Timestamp &timestamp) overridecrypto_trader::executors::PaperTradingExecutor< T >virtual
sell(const std::string_view &product, double quantity) overridecrypto_trader::executors::PaperTradingExecutor< T >virtual
~Executor()=defaultcrypto_trader::protocols::Executor< T >virtual
~PaperTradingExecutor()=defaultcrypto_trader::executors::PaperTradingExecutor< T >