Skip to main content

write_series

Function write_series 

Source
pub fn write_series(rows: &[OhlcvRow]) -> Result<Vec<u8>, DataError>
Expand description

Serialize OHLCV rows (oldest-first) to gzip CSV with the standard header.