Joel Grunbaum
2022-01-13 90107c504e5b7d1bea2c93a43c7d07b640350355
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();
   }
}