calumrussell / rotala

Backtesting engine written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage of &Vec<T>

calumrussell opened this issue · comments

commented

Mentioned: #27 (comment)

Need to go through usage of &Vec and usage of concrete type as function param but get_quotes and get_dividends in the DataSource trait both return &Vec so should start there.