dukascopy-fx 0.5.1

Library-first Dukascopy market-data fetcher for FX, metals, indices, and equities with ticker API, incremental checkpoints, and universe catalog support.
Documentation
1
2
3
4
5
6
7
8
9
//! Core internal implementation.
//!
//! This module contains internal implementation details that are not part
//! of the public API. Users should use the public API in the crate root.

pub(crate) mod catalog;
pub(crate) mod client;
pub(crate) mod instrument;
pub(crate) mod parser;