Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
74
pub struct EtfTrick {
75
source: Source,
76
}
77
78
#[derive(Clone, Debug)]
79
enum Source {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected