Files
paracas/crates/paracas-types/README.md
T

17 lines
451 B
Markdown
Raw Normal View History

2025-12-29 13:21:48 -05:00
# 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](../../LICENSE) for details.