You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logically, since AskOrder <: Order then it should follow that OrderBook[AskOrder] <: OrderBook[Order] however this is currently not the case in the code. Will need to refactor the add and reduce method signatures to make this possible.
The text was updated successfully, but these errors were encountered:
Logically, since
AskOrder <: Order
then it should follow thatOrderBook[AskOrder] <: OrderBook[Order]
however this is currently not the case in the code. Will need to refactor theadd
andreduce
method signatures to make this possible.The text was updated successfully, but these errors were encountered: