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

Class EtfTrick

crates/openquant/src/etf_trick.rs:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73#[derive(Clone, Debug)]
74pub struct EtfTrick {
75 source: Source,
76}
77
78#[derive(Clone, Debug)]
79enum Source {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected