curl_stocks
|
Stores information about a stock and handles its functions. More...
#include <stock.h>
Public Member Functions | |
Stock () | |
Default constructor. | |
Stock (Api *a, Plot *p, std::string const &s) | |
Constructor. | |
void | fetch (std::string const &function) |
Fetch historical stock data. | |
void | display () const |
Plot stock data. | |
Stores information about a stock and handles its functions.