Crates.io | barter-execution |
lib.rs | barter-execution |
version | 0.3.1 |
source | src |
created_at | 2022-07-12 18:14:16.293828 |
updated_at | 2024-10-20 17:19:20.823793 |
description | High-performance and normalised trading interface capable of executing across many financial venues. Also provides a feature rich simulated exchange. |
homepage | |
repository | https://github.com/barter-rs/barter-rs |
max_upload_size | |
id | 624568 |
size | 141,909 |
High-performance and normalised trading interface capable of executing across many financial venues. Also provides a feature rich simulated exchange to assist with backtesting and dry-trading.
It is:
See: Barter
, Barter-Integration
, Barter-Data
High-performance and normalised trading interface capable of executing across many financial venues. Also provides
a feature rich simulated exchange to assist with backtesting and dry-trading. Communicate with an exchange by
initialising it's associated ExecutionClient
instance.
For now, see tests/simulated_exchange.rs
for a taste.
Firstly, see if the answer to your question can be found in the API Documentation. If the answer is not there, I'd be happy to help to Chat and try answer your question via Discord.
Thanks for your help in improving the Barter ecosystem! Please do get in touch on the discord to discuss development, new features, and the future roadmap.
ExecutionClient
trait to integrate a new exchange.In addition to the Barter-Execution crate, the Barter project also maintains:
Barter
: High-performance, extensible & modular trading components with batteries-included. Contains a
pre-built trading Engine that can serve as a live-trading or backtesting system.Barter-Integration
: High-performance, low-level framework for composing flexible web integrations.Barter-Data
: High-performance WebSocket integration library for streaming public market data from leading
cryptocurrency exchanges.OrderKind::Market
& OrderKind::ImmediateOrCancel
execution support.ExecutionClient
implementations for exchanges.This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Barter-Data by you, shall be licensed as MIT, without any additional terms or conditions.