Crate kucoin_arbitrage
Source - broker
- Bridge between API calls and internal data structures, with tasks, functions and structs
- config
- Config TOML file reader
- error
- Custom error
- event
- Event (enums)
- logger
- Logger intialization
- model
- API independent model struct for both system and multi-exchange support
- monitor
- MPS counter and globally-mapped string-timers for system monitoring
- strategy
- Arbitrage strategy algorithms
- strings
- String functions
- translator
- Traits/impl to convert between API crate models and internal models