MCPcopy Create free account
hub / github.com/Open-Quant/openquant / HhiConfig

Class HhiConfig

crates/openquant/src/streaming_hpc.rs:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63#[derive(Debug, Clone, Copy, PartialEq, Eq)]
64pub struct HhiConfig {
65 /// Number of events in rolling concentration window.
66 pub lookback_events: usize,
67}
68
69#[derive(Debug, Clone, Copy, PartialEq)]
70pub struct AlertThresholds {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected