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