(&self, price: f64)
| 686 | } else { |
| 687 | sum / num |
| 688 | } |
| 689 | } |
| 690 | |
| 691 | pub struct MicrostructuralFeaturesGenerator { |
| 692 | tick_num_iter: std::vec::IntoIter<usize>, |
| 693 | current_bar_tick: usize, |
| 694 | price_diff: Vec<f64>, |
| 695 | trade_size: Vec<f64>, |
| 696 | tick_rule: Vec<f64>, |
| 697 | dollar_size: Vec<f64>, |
no outgoing calls
no test coverage detected