paft-domain 0.9.0

Domain modeling primitives (instrument, exchange, period, market state) for the paft ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
//! Identifier newtypes for the paft ecosystem.

mod figi;
mod isin;
mod symbol;

pub use figi::Figi;
pub use isin::Isin;
pub use symbol::Symbol;