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
- Host: GitHub
- URL: https://github.com/fiakkasa/fld
- Owner: fiakkasa
- License: mit
- Created: 2025-11-04T03:39:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-11-16T17:24:22.000Z (8 months ago)
- Last Synced: 2025-11-16T18:22:52.099Z (8 months ago)
- Topics: console, console-application, csharp, dotnet, fix, fixlogs
- Language: C#
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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