fix-rs

Crates.iofix-rs
lib.rsfix-rs
version0.2.1
sourcesrc
created_at2016-10-21 21:14:56.100727
updated_at2017-04-17 20:24:52.699633
descriptionFIX (Financial Information Exchange) engine written in Rust.
homepagehttps://github.com/jbendig/fix-rs
repositoryhttps://github.com/jbendig/fix-rs
max_upload_size
id6936
size659,599
(jbendig)

documentation

https://docs.rs/fix-rs/

README

fix-rs

Tokei SLoC Count

fix-rs is a FIX (Financial Information Exchange) engine written in Rust. It supports the following FIX versions:

  • FIX 4.0
  • FIX 4.1
  • FIX 4.2
  • FIX 4.3
  • FIX 4.4
  • FIX 5.0
  • FIX 5.0 SP1
  • FIX 5.0 SP2

Status

This project is an early work in progress and still under heavy development.

Current progress is focused on evaluating whether to support tokio.

Examples

  • Client: examples/client.rs shows how to initiate a connection and communicate with a FIX engine.
  • Server: examples/server.rs shows how to accept connections and function as a FIX engine.

License

fix-rs is dual licensed under both the MIT license and the Apache License (Version 2.0). Pick the license that is more convenient.

See LICENSE-MIT and LICENSE-APACHE.

Commit count: 104

cargo fmt