1//! DCA (dollar-cost averaging) types and context 2mod context; 3/// Request and response data types for this context. 4pub mod types; 5pub use context::DCAContext; 6pub use types::*;