aggr_orderbook

Crates.ioaggr_orderbook
lib.rsaggr_orderbook
version0.1.0
sourcesrc
created_at2024-09-19 19:47:09.395844
updated_at2024-09-19 19:47:09.395844
descriptionAggregated orderbook
homepage
repositoryhttps://github.com/valeratrades/aggr_orderbook
max_upload_size
id1380634
size121,364
Valera (valeratrades)

documentation

README

aggr_orderbook

Minimum Supported Rust Version crates.io docs.rs build status Lines Of Code

Aggr Book

Aggregated orderbook for static access to prices and depth for major coins.

Installation

TODO

Usage

TODO

Architecture Decisions:

  • trying to adjust orderbook itself based on your fees on each exchange is impossible. Fees are specific to the user, so any kind of algorithm on the collected data will have to have full knowledge of all users.

This repository follows my best practices.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Commit count: 0

cargo fmt