Update inserted user input to orderbook
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user