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

Class AlertThresholds

crates/openquant/src/streaming_hpc.rs:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69#[derive(Debug, Clone, Copy, PartialEq)]
70pub struct AlertThresholds {
71 pub vpin: f64,
72 pub hhi: f64,
73}
74
75#[derive(Debug, Clone, Copy, PartialEq)]
76pub struct StreamingPipelineConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected