apple-quant-algorithmic 0.3.0

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

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