Update implemented simuser logs
This commit is contained in:
@ -4,12 +4,14 @@ OrderBookEntry::OrderBookEntry( double _price,
|
||||
double _amount,
|
||||
std::string _timestamp,
|
||||
std::string _product,
|
||||
OrderBookType _orderType)
|
||||
OrderBookType _orderType,
|
||||
std::string _username)
|
||||
: price(_price),
|
||||
amount(_amount),
|
||||
timestamp(_timestamp),
|
||||
product(_product),
|
||||
orderType(_orderType)
|
||||
orderType(_orderType),
|
||||
username(_username)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user