apple-quant-algorithmic 0.1.0

Apple Quant's algorithmic trading api
Documentation
1
2
3
pub trait FromCorrectedVolume {
	fn from_u64(aggressive_volume: u64) -> Self;
}