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

Class AssetPrices

crates/openquant/src/cla.rs:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15#[derive(Clone)]
16pub struct AssetPrices {
17 pub data: DMatrix<f64>,
18 pub index: Vec<NaiveDate>,
19}
20
21impl AssetPrices {
22 pub fn new(data: DMatrix<f64>, index: Vec<NaiveDate>) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected