pub fn load_trades_from_csv(filename: &str) -> Result<Vec<Trade>, Error>
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