diff --git a/CM2005 Object Oriented Programming/Topic 4/4.4.11/MerkelMain.cpp b/CM2005 Object Oriented Programming/Topic 4/4.4.11/MerkelMain.cpp index 26f2455..9610e68 100644 --- a/CM2005 Object Oriented Programming/Topic 4/4.4.11/MerkelMain.cpp +++ b/CM2005 Object Oriented Programming/Topic 4/4.4.11/MerkelMain.cpp @@ -88,6 +88,7 @@ void MerkelMain::enterAsk() try { OrderBookEntry obe = CSVReader::stringsToOBE(tokens[1], tokens[2], currentTime, tokens[0], OrderBookType::ask); + orderBook.insertOrder(obe); } catch(const std::exception& e) { diff --git a/CM2005 Object Oriented Programming/Topic 4/4.4.11/a.exe b/CM2005 Object Oriented Programming/Topic 4/4.4.11/a.exe index 2d318a1..5bc0ea7 100644 Binary files a/CM2005 Object Oriented Programming/Topic 4/4.4.11/a.exe and b/CM2005 Object Oriented Programming/Topic 4/4.4.11/a.exe differ