Joel Grunbaum
2022-01-19 9ae8b92ba549ab916c88e9004a95c1ed0cd16059
book.hpp
@@ -43,8 +43,8 @@
std::ostream& operator<<(std::ostream& out, const Level& a);
struct Book {
   std::unordered_map<std::string, Level> bidSide;
   std::unordered_map<std::string, Level> askSide;
   std::vector<Level> bidSide;
   std::vector<Level> askSide;
   ProductTypeEnum productType;
   std::string product;
   int stationId;