Skip to main content

sandbox_quant/domain/
identifiers.rs

1#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
2pub struct BatchId(pub u64);
3
4#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
5pub struct OrderId(pub u64);