Skip to content

Commit

Permalink
Generate Artex dictionary code
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Thibault <[email protected]>
  • Loading branch information
alexppxela committed Feb 20, 2024
1 parent 6583a2b commit b243135
Show file tree
Hide file tree
Showing 2 changed files with 1,426 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/generate-fix/generate-fix.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ func main() {
dictpath := args[0]
if strings.Contains(dictpath, "FIX50SP1") {
args = append(args, strings.Replace(dictpath, "FIX50SP1", "FIXT11", -1))
} else if strings.Contains(dictpath, "FIX50SP2artex") {
args = append(args, strings.Replace(dictpath, "FIX50SP2artex", "FIXT11", -1))
} else if strings.Contains(dictpath, "FIX50SP2") {
args = append(args, strings.Replace(dictpath, "FIX50SP2", "FIXT11", -1))
} else if strings.Contains(dictpath, "FIX50") {
Expand Down
Loading

0 comments on commit b243135

Please sign in to comment.