|
TradeBench 1.0.0
Algorithmic Trading Backtesting Platform
|
Structure to hold market data including timestamps. More...
#include <tradebench_core.h>
Data Fields | |
| std::vector< long long > | timestamps |
| std::vector< double > | prices |
Structure to hold market data including timestamps.
| std::vector<double> MarketData::prices |
| std::vector<long long> MarketData::timestamps |