pocketsizefund 0.1.6

Open source quantitative trading
Documentation
1
2
3
4
5
pub mod client;

pub use client::Client;
pub use client::Bar;
pub use client::Interface;