ScalABM / auctions

A functional API for auction simulations
Apache License 2.0
13 stars 1 forks source link

Make orders directly comparable #50

Open davidrpugh opened 7 years ago

davidrpugh commented 7 years ago

In the FourHeapOrderBook class we are currently comparing the prices of the various orders. This is fine when you are using the standard ordering and auctions. However in order to generalize the four-heap algorithm I think it would be useful to compare orders directly.