Update inserted user input to orderbook

This commit is contained in:
Lev
2021-06-11 16:16:48 -05:00
parent 8ab1a5eddf
commit 1f00eb0152
2 changed files with 1 additions and 0 deletions

View File

@ -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)
{