File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.35.1 - TBD
4+
5+ ### Bug fixes
6+ - Added missing ` operator<< ` and ` ToString ` implementations for ` Cmbp1Msg `
7+
38## 0.35.0 - 2025-05-13
49
510### Enhancements
Original file line number Diff line number Diff line change @@ -770,6 +770,8 @@ std::string ToString(const Mbp10Msg& mbp_msg);
770770std::ostream& operator <<(std::ostream& stream, const Mbp10Msg& mbp_msg);
771771std::string ToString (const BboMsg& bbo_msg);
772772std::ostream& operator <<(std::ostream& stream, const BboMsg& bbo_msg);
773+ std::string ToString (const Cmbp1Msg& cmbp1_msg);
774+ std::ostream& operator <<(std::ostream& stream, const Cmbp1Msg& cmbp1_msg);
773775std::string ToString (const CbboMsg& cbbo_msg);
774776std::ostream& operator <<(std::ostream& stream, const CbboMsg& cbbo_msg);
775777std::string ToString (const TradeMsg& trade_msg);
You can’t perform that action at this time.
0 commit comments