An open API service indexing awesome lists of open source software.

https://github.com/fiakkasa/fld

FIX Logs Decoder
https://github.com/fiakkasa/fld

console console-application csharp dotnet fix fixlogs

Last synced: 2 months ago
JSON representation

FIX Logs Decoder

Awesome Lists containing this project

README

          

# FLD - Fix Log Decoder

Simple console based fix log decoder!

Use the --help flag for more details!

```bash
fld 1.0.0
Copyright (C) 2025 Adamos Fiakkas

-d, --delimiter (Default: |) Custom FIX delimiter

-v, --validate-log (Default: false) Validate log (true|false)

--help Display this help screen.

--version Display version information.

fixlog (pos. 0) The FIX log string to decode
```

## References

- https://www.onixs.biz/fix-dictionary.html
- https://github.com/connamara/quickfixn