tdb_core 0.5.2

market data server for contiguous order book ticks
Documentation
1
2
3
4
5
6
7
8
/// implementation of the DTF file format
pub mod file_format;
/// Represents a single row of orderbook update
pub mod update;
/// Financial symbol
pub mod symbol;
/// C FFI structs and functions
pub mod ffi;