tdb_core 0.5.2

market data server for contiguous order book ticks
Documentation
1
2
3
4
5
6
7
8
9
10
/// candle data structure
pub mod candle;
/// orderbook data structure: [time -> price -> size]
pub mod orderbook;
/// orderbook data structure: [price -> time -> size]
pub mod level;
/// events stream from slice of updates
pub mod event;
///
pub mod histogram;