kucoin_arbitrage 0.0.9

Event-Driven Kucoin Arbitrage Framework in Async Rust
Documentation
1
2
3
4
5
6
7
8
/// Model structures for both system and multi-exchange support.
/// This should come independent from the specific API (i.e. use internal data structure only).
pub mod chance;
pub mod config;
pub mod counter;
pub mod order;
pub mod orderbook;
pub mod symbol;