forked from jbendig/fix-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
fix-rs is a FIX (Financial Information Exchange) engine written in Rust.
License
Xanthorrhizol/fix-rs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
Development was suspended as of 2017-06-09. I feel that Rust is not mature enough for this type of project. Largely because of long compile times, poor networking libraries, and difficulty eliminating allocations while remaining ergonomic.
- 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.
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.
About
fix-rs is a FIX (Financial Information Exchange) engine written in Rust.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Rust 100.0%