Skip to content

Commit

Permalink
Fix support for py-hftbacktest bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Aug 29, 2024
1 parent d220b24 commit 2cff1e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-hftbacktest/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ pub fn build_roivec_backtest(assets: Vec<PyRefMut<BacktestAsset>>) -> PyResult<u
);
local.push(asst.local);
exch.push(asst.exch);
readers.push(asst.reader);
}

let hbt = Backtest::new(local, exch, readers);
Expand Down

0 comments on commit 2cff1e5

Please sign in to comment.