bullet-exchange-interface 0.1.1

Type definitions and message formats for the Bullet exchange protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod fixed_positive_decimal;
pub mod macros;
pub mod ops;
pub mod positive_decimal;
pub mod surrogate_decimal;

pub use fixed_positive_decimal::*;
pub use ops::*;
pub use positive_decimal::*;
pub use surrogate_decimal::*;

pub enum RoundingMode {
    Up,
    Down,
}