Joel Grunbaum
2022-01-10 2c515f0de70ad675b5f5d25b6a496d67d8dc0463
book.hpp
@@ -54,10 +54,9 @@
    double broFee;
    Book();
    Book(ProductTypeEnum productType, std::string product,
         int stationId, std::string unit,
         std::chrono::nanoseconds expiry, double aggFee, double pasFee,
         double broFee);
   Book(ProductTypeEnum productType, std::string product, int stationId,
        std::string unit, std::chrono::nanoseconds expiry, double aggFee,
        double pasFee, double broFee);
    void ask(Order& order);
    void bid(Order& order);
    void printBook(std::size_t numOrders = 10);