rotala 0.1.0

JSON server exchange and library for backtesting trading strategies
Documentation
1
2
3
4
5
6
//! Exchanges are the main interface presented to clients. They support a set of operations that
//! are used to run and manage a backtest. However, the majority of the execution logic is passed
//! to Orderbooks and the logic contained within the Exchange itself primarily relates to the
//! orchestration of the backtest (for example, ticking forward or synchronizing state with clients
//! ).
pub mod uist;