Skip to main content

apple_quant_algorithmic/timestamp/
provider.rs

1use super::Timestamp;
2
3#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
4pub struct ProviderTimestamps {
5	pub gateway_recieve: Timestamp,
6}