|
crypto_trader
Cryptocurrency Trading Bot API Documentation
|
Represents a simulated trade executed by the PaperTradingExecutor. More...
#include <paper_trading_executor.h>

Public Attributes | |
| std::string | d_symbol |
| The product that was traded. | |
| common::Side | d_side |
| Side of the trade (Buy or Sell). | |
| std::string | d_timestamp |
| Time when the trade was finalized. | |
| double | d_price |
| Price at which the trade was executed. | |
| double | d_amount |
| Amount of product bought/sold. | |
| double | d_commission |
| Commission paid on the trade. | |
Represents a simulated trade executed by the PaperTradingExecutor.
| double crypto_trader::executors::PaperTrade::d_amount |
Amount of product bought/sold.
| double crypto_trader::executors::PaperTrade::d_commission |
Commission paid on the trade.
| double crypto_trader::executors::PaperTrade::d_price |
Price at which the trade was executed.
| common::Side crypto_trader::executors::PaperTrade::d_side |
Side of the trade (Buy or Sell).
| std::string crypto_trader::executors::PaperTrade::d_symbol |
The product that was traded.
| std::string crypto_trader::executors::PaperTrade::d_timestamp |
Time when the trade was finalized.