ScalABM / agora

A sandbox for building and testing scalable implementations of various market micro-structures.
Apache License 2.0
5 stars 3 forks source link

AskOrder and BidOrder traits should not mixin Quantity trait #242

Closed davidrpugh closed 7 years ago

davidrpugh commented 7 years ago

...instead the Quantity trait should be mixed in with LimitAskOrder and LimitBidOrder traits. This simple change requires larger surgery on the type structure for continuous auctions.

davidrpugh commented 7 years ago

Fixed with PR #246