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.
1 parent 578cb73 commit d01d8bcCopy full SHA for d01d8bc
src/record.cpp
@@ -196,7 +196,7 @@ std::string ToString(const OhlcvMsg& ohlcv_msg) {
196
std::ostream& operator<<(std::ostream& stream, const OhlcvMsg& ohlcv_msg) {
197
return StreamOpBuilder{stream}
198
.SetSpacer("\n ")
199
- .SetTypeName("OhclvMsg")
+ .SetTypeName("OhlcvMsg")
200
.Build()
201
.AddField("hd", ohlcv_msg.hd)
202
.AddField("open", ohlcv_msg.open)
0 commit comments