Skip to content

Commit 64212a2

Browse files
authored
Merge pull request #707 from hlibman-connamara/trailer_order
Correct ordering in message trailer
2 parents 9731429 + fe8d3bb commit 64212a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func trailerFieldOrdering(i, j Tag) bool {
9393
return true
9494
}
9595

96-
return i < j
96+
return i > j
9797
}
9898

9999
// Init initializes the FIX message.

0 commit comments

Comments
 (0)