streamfix

FIX Protocol streaming parser (Financial Information eXchange)

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.2.0
License Apache-2.0
CI Status Failing
Downloads 0
Last Indexed 2026-09-01 07:19

Authors

  • inv2004

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 - - - - - - -

Dependencies

Package Version Optional
nim >= 1.4.2 No

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