1//! DCA (dollar-cost averaging) types and context 2mod context; 3pub mod types; 4pub use context::DCAContext; 5pub use types::*;