I have a header file that creates a struct:
//data structure for prices struct Prices { int secondsSinceEpoch; double open; double high; double low; double c