Skip to content

Commit

Permalink
update the way sending time is populated
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Plotnikov committed Oct 9, 2023
1 parent fe73121 commit 13088a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/exactpro/th2/FixHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ public void onOutgoingUpdateTag(@NotNull ByteBuf message, @NotNull Map<String, S
}
}
}
FixField sendingTime = findField(message, SENDING_TIME_TAG, US_ASCII, bodyLength);
FixField sendingTime = findField(message, SENDING_TIME_TAG, US_ASCII);

if (sendingTime == null) {
targetCompID.insertNext(SENDING_TIME_TAG, getTime());
Expand Down

0 comments on commit 13088a1

Please sign in to comment.