Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions cmd/generate-fix/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# generate-fix

The `generate-fix` command is a utility for generating source files from FIX (Financial Information eXchange) specification data.
It reads a FIX data dictionary and produces Go code for messages, fields and enums used by the QuickFIX engine.

## Usage

1. Ensure you have Go installed (version 1.17+).
2. Navigate to the root of this repository.
3. Run the generator with a FIX data dictionary:

```bash
go run ./cmd/generate-fix --input=spec/FIX44.xml --output=./generated