Update added arguments to matchAsksToBids
This commit is contained in:
@ -20,7 +20,7 @@ class OrderBook
|
||||
* If no next timestamp is found, wraps to the start */
|
||||
std::string getNextTime(std::string timestamp);
|
||||
void insertOrder(OrderBookEntry& order);
|
||||
std::vector<OrderBookEntry> matchAsksToBids();
|
||||
std::vector<OrderBookEntry> matchAsksToBids(std::string product, std::string timestamp);
|
||||
static double getHighPrice(std::vector<OrderBookEntry>& orderList);
|
||||
static double getLowPrice(std::vector<OrderBookEntry>& orderList);
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user