Joel Grunbaum
2022-01-09 b4cf0a2e71ad2c204925b33f9600dc720e25b827
book.hpp
@@ -46,7 +46,7 @@
    std::vector<Level> askSide;
    ProductTypeEnum productType;
    std::string product;
    std::string stationId;
    int stationId;
    std::string unit;
    std::chrono::nanoseconds expiry;
    double aggFee;
@@ -55,7 +55,7 @@
    Book();
    Book(ProductTypeEnum productType, std::string product,
         std::string stationId, std::string unit,
         int stationId, std::string unit,
         std::chrono::nanoseconds expiry, double aggFee, double pasFee,
         double broFee);
    void ask(Order& order);