diff --git a/cmd/generate-fix/README.md b/cmd/generate-fix/README.md new file mode 100644 index 000000000..fc9aad71b --- /dev/null +++ b/cmd/generate-fix/README.md @@ -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