mirror of
https://github.com/KhizarImran/backtestingfx.git
synced 2026-08-13 12:08:04 +00:00
core: fully restructured code to support pyo3
This commit is contained in:
@@ -11,5 +11,7 @@ use pyo3::prelude::*;
|
||||
fn backtestingfx(m: &Bound<'_, PyModule>) -> PyResult<()> {
|
||||
m.add_class::<types::Bar>()?;
|
||||
m.add_class::<stats::Stats>()?;
|
||||
m.add_class::<broker::Broker>()?;
|
||||
m.add_class::<engine::Engine>()?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user