| 3 | |
| 4 | #[derive(Debug, Clone)] |
| 5 | pub struct Event { |
| 6 | pub t1: Option<NaiveDateTime>, |
| 7 | pub trgt: f64, |
| 8 | pub side: Option<f64>, |
| 9 | pub pt: f64, |
| 10 | pub sl: f64, |
| 11 | } |
| 12 | |
| 13 | #[derive(Debug, Clone, Copy)] |
| 14 | pub struct TripleBarrierConfig<'a> { |
nothing calls this directly
no outgoing calls
no test coverage detected