Function trade_aggregation::load_trades_from_csv

source ·
pub fn load_trades_from_csv(filename: &str) -> Result<Vec<Trade>>
Expand description

Load trades from csv file

§Arguments:

filename: The path to the csv file

§Returns

If Ok, A vector of the trades inside the file