kucoin_arbitrage 0.0.11

Event-Driven Kucoin Arbitrage Framework in Async Rust
Documentation
1
2
3
4
5
6
7
8
9
10
/// Order placement gatekeeper for API traffic control and risk management against slippage
pub mod gatekeeper;
/// Order placement
pub mod order;
/// Public orderbook sync
pub mod orderbook;
/// Private order change sync
pub mod orderchange;
/// Symbol listing
pub mod symbol;