Joel Grunbaum
2022-01-20 441abf1e6a15a39f1ef7bf5e4ee2a4a43bff327b
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;
@@ -53,6 +53,7 @@
   double aggFee;
   double pasFee;
   double broFee;
   double bomPrice;
   Book();
   Book(ProductTypeEnum productType, std::string product, int stationId,