Module factory

Source
Expand description

Factory pattern implementation for creating exchange components and configurations Factory module for creating exchange adapters and execution engines

This module provides factory functions for creating configured exchange adapters and execution engines from configuration files. It handles the complexity of setting up rate limiters, authentication, and other exchange-specific configurations.

Re-exports§

pub use config::ConfigLoader;
pub use config::EMSConfig;
pub use config::GlobalSettings;

Modules§

config
Configuration structures and loading utilities for the EMS factory

Structs§

ExchangeFactory
Factory for creating exchange adapters