#ifndef __ReadFromActiv_h_ #define __ReadFromActiv_h_ #include #include #include "StockInfo.h" // exchanges can be empty to use the default list. // Items in exchanges should be in the Activ format, i.e. "Q" // results is set to the list that we get to the database. void readFromActiv(std::vector< std::string > const &exchanges, StockInfoList &results); #endif