TradeBench 1.0.0
Algorithmic Trading Backtesting Platform
Loading...
Searching...
No Matches
Data Fields
MarketData Struct Reference

Structure to hold market data including timestamps. More...

#include <tradebench_core.h>

Data Fields

std::vector< long long > timestamps
 
std::vector< double > prices
 

Detailed Description

Structure to hold market data including timestamps.

Field Documentation

◆ prices

std::vector<double> MarketData::prices

◆ timestamps

std::vector<long long> MarketData::timestamps

The documentation for this struct was generated from the following file: