// 1022 is the count of the current symbol to download history for.
// 1021 symbols have already been downloaded with no problem.
// BIL is the stock symbol
// Yahoo is the site feed used
Output of verbose:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
1022 BIL Yahoo
1022 Yahoo history found
could NOT open for output
save file symbol: BIL
// history_csv contents to write to the file.
Date,Open,High,Low,Close,Volume,Adj Close
2012-03-23,45.82,45.83,45.82,45.83,206
File NOT exists
// marker to show if made it to sql statement
1022 active_feed
terminate called after throwing an instance of 'sql::SQLException'
what(): File 'yhistory.csv' not found (Errcode: 24)
Aborted