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);