We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9731429 + fe8d3bb commit 64212a2Copy full SHA for 64212a2
message.go
@@ -93,7 +93,7 @@ func trailerFieldOrdering(i, j Tag) bool {
93
return true
94
}
95
96
- return i < j
+ return i > j
97
98
99
// Init initializes the FIX message.
0 commit comments