ninety47 / dukascopy

LIbrary for handling binary data from Dukascopy tick files.
GNU General Public License v3.0
26 stars 20 forks source link

Read function to go directly from file to "tick_data" #5

Closed ninety47 closed 11 years ago

ninety47 commented 11 years ago

Function signature like this:

tick_data* read(
     const char *filename, pt::ptime epoch, float
     point_value=PV_DOLLAR_PAIR);