streamfix
FIX Protocol streaming parser (Financial Information eXchange)
Summary
| Latest Version | Unknown |
|---|---|
| License | Apache-2.0 |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install streamfix
choosenim install streamfix
git clone https://github.com/inv2004/streamfix
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| streamfix | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/inv2004/streamfix |
|---|---|
| Homepage | https://github.com/inv2004/streamfix |
| Registry Source | nimble_official |
README
StreamFix
Fix parser implementation without static garanties, but suitable to process streaming data from low-latency adapters without waiting for full message (not FPGA yet)
Compared to NewFix is does not provide static-typed structures, but you can process tags you want without processing full message.
Check the page for benchmarks and more info: https://github.com/inv2004/newfix/blob/master/README.md
NewFix
Fix static-typed parser
https://github.com/inv2004/newfix