test.cpp
@@ -23,7 +23,7 @@ protocol::catchUp(bs); std::cout << bs.size() << std::endl; for (auto& i : bs) { std::cout << i.first << ", " << i.second.bomPrice << std::endl; std::cout << i.first << ", " << i.second.expiry.count() << ", " << i.second.bomPrice << std::endl; i.second.printBook(); } }