kanekoshoyu / kucoin_arbitrage

KuCoin Cyclic Arbitrage, using Event-Driven Async Rust
https://docs.rs/kucoin_arbitrage
MIT License
124 stars 14 forks source link

Feature/sync orderbook #2

Closed kanekoshoyu closed 1 year ago

kanekoshoyu commented 1 year ago

instead of using the OrderBook provided by the api, I set up out own version of the dorderbook (PartialOrderBook) which is divided into ASKS and BIDS.\