ScalABM / auctions

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

Tick should be property of the Auction mechanism and not the Tradable! #49

Closed davidrpugh closed 7 years ago

davidrpugh commented 7 years ago

@bherd-rb I think that the tick field should be a property of the auction mechanism itself and not of the particular type of tradable traded via the auction. Thoughts?

davidrpugh commented 7 years ago

This was fixed in previous commit and should have been closed.