Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-Quant/openquant
/ OpenRow
Class
OpenRow
crates/openquant/tests/futures_roll.rs:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
#[derive(Debug, Deserialize)]
7
struct OpenRow {
8
date: String,
9
spx: f64,
10
}
11
12
#[derive(Debug, Deserialize)]
13
struct CloseRow {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected