curl_stocks
|
Classes | |
class | Stock |
Stores information about a stock and handles its functions. More... | |
Functions | |
Stock::Stock () | |
Default constructor. | |
Stock::Stock (Api *a, Plot *p, std::string const &s) | |
Constructor. | |
void | Stock::fetch (std::string const &function) |
Fetch historical stock data. | |
void | Stock::display () const |
Plot stock data. | |
void Stock::display | ( | ) | const |
void Stock::fetch | ( | std::string const & | function | ) |
Fetch historical stock data.
function | Daily / Weekly / Monthly |
Stock::Stock | ( | ) |
Default constructor.