added todo

This commit is contained in:
Giulio De Pasquale 2021-02-20 22:16:57 +00:00
parent 2d81358fa0
commit 669bd70946

View File

@ -17,6 +17,7 @@ pub struct BfxBot {
} }
impl BfxBot { impl BfxBot {
// TODO: change constructor to take SymbolPairs and not Symbol
pub fn new( pub fn new(
exchanges: Vec<ExchangeDetails>, exchanges: Vec<ExchangeDetails>,
trading_symbols: Vec<Symbol>, trading_symbols: Vec<Symbol>,