sandbox-quant 1.0.8

Exchange-truth trading core for Binance Spot and Futures
Documentation
1
2
3
4
5
6
#[derive(Debug, Clone, Copy, PartialEq)]
pub struct SymbolRules {
    pub min_qty: f64,
    pub max_qty: f64,
    pub step_size: f64,
}