Skip to content

Commit 5a19f2d

Browse files
committed
Make wording of overview less cautious in readme
1 parent 8ea5786 commit 5a19f2d

2 files changed

Lines changed: 11 additions & 20 deletions

File tree

README.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,12 @@
1212

1313
</div>
1414

15-
16-
> **Warning**
17-
>
18-
> HotFIX is currently in development with frequent breaking changes to the API
19-
> and some features missing.
20-
2115
### Overview
2216

23-
HotFIX is a [FIX](https://www.fixtrading.org/standards/) engine implemented in Rust.
24-
While the ambition is to create a robust, fully compliant, ergonomic and performant engine eventually,
25-
this is a large undertaking.
26-
27-
The near-term goal of HotFIX is to provide a functional and useful engine for the buy-side (initiators),
28-
reaching full support of FIX 4.4 and 5.0 workflows as soon as possible.
17+
HotFIX is a [FIX](https://www.fixtrading.org/standards/) engine implemented in Rust,
18+
focused on buy-side (initiator) workflows. It fully supports FIX 4.4 and the current
19+
focus is on expanding support to other FIX versions. Performance is roughly on par with
20+
various QuickFIX implementations, with long-term plans to optimise further.
2921

3022
### Features & status
3123

@@ -42,11 +34,11 @@ reaching full support of FIX 4.4 and 5.0 workflows as soon as possible.
4234

4335
### FIX version support
4436

45-
| Version | Status |
46-
|---------|--------|
37+
| Version | Status |
38+
|---------|-------------------------------------|
4739
| FIX 4.2 | Should work, but currently untested |
48-
| FIX 4.4 | Fully supported |
49-
| FIX 5.0 | Planned |
40+
| FIX 4.4 | Fully supported |
41+
| FIX 5.0 | Planned |
5042

5143
Check out the [examples](https://github.com/Validus-Risk-Management/hotfix/tree/main/examples)
5244
to get started.

crates/hotfix/src/lib.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
//! A [Financial Information eXchange (FIX)](https://www.fixtrading.org/standards/) engine.
22
//!
3-
//! HotFIX is a [FIX](https://www.fixtrading.org/standards/) engine implemented in Rust.
4-
//!
5-
//! The near-term goal of HotFIX is to provide a functional and useful engine for the buy-side (initiators),
6-
//! reaching full support of FIX 4.4 and 5.0 workflows as soon as possible.
3+
//! HotFIX is a [FIX](https://www.fixtrading.org/standards/) engine implemented in Rust,
4+
//! focused on buy-side (initiator) workflows. It fully supports FIX 4.4 and the current
5+
//! focus is on expanding support to other FIX versions.
76
//!
87
//! ### What's working already and short-term roadmap
98
//!

0 commit comments

Comments
 (0)