paracas-types

Crates.ioparacas-types
lib.rsparacas-types
version0.3.1
created_at2025-12-29 19:29:17.562991+00
updated_at2025-12-29 23:04:09.660567+00
descriptionCore types for paracas tick data downloader
homepagehttps://github.com/factordynamics/paracas
repositoryhttps://github.com/factordynamics/paracas
max_upload_size
id2011165
size35,339
refcell (refcell)

documentation

https://docs.rs/paracas

README

paracas-types

Core types for the paracas tick data downloader.

Types

  • Tick - A single tick with timestamp, ask, bid, and volumes
  • RawTick - Raw tick from bi5 binary format (before normalization)
  • Instrument - Financial instrument with metadata
  • Timeframe - OHLCV aggregation timeframe
  • DateRange - Date range for data retrieval
  • ParacasError - Error types

License

MIT License - see LICENSE for details.

Commit count: 0

cargo fmt