apple-quant-algorithmic 0.4.0

Apple Quant's algorithmic library.
Documentation
1
2
3
4
5
6
use super::Timestamp;

#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct ProviderTimestamps {
	pub gateway_recieve: Timestamp,
}