Joel Grunbaum
2022-01-19 0b7aa02704f6ece97d17fbb118519c5cc62caaba
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();
   }
}