Skip to content

Commit 44887bc

Browse files
committed
FIX: Update remaining TickMsg to MboMsg
1 parent d495472 commit 44887bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/databento/record.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ inline bool operator==(const MboMsg& lhs, const MboMsg& rhs) {
230230
lhs.ts_recv == rhs.ts_recv && lhs.ts_in_delta == rhs.ts_in_delta &&
231231
lhs.sequence == rhs.sequence;
232232
}
233-
inline bool operator!=(const TickMsg& lhs, const TickMsg& rhs) {
233+
inline bool operator!=(const MboMsg& lhs, const MboMsg& rhs) {
234234
return !(lhs == rhs);
235235
}
236236

0 commit comments

Comments
 (0)