ScalABM / auctions

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

Hotfix token reference #132

Closed davidrpugh closed 6 years ago

davidrpugh commented 6 years ago

Now using OrderId instead of Token and OrderReferenceId instead of Reference to indicate unique ids for orders provided by auction participants and auctions, respectively. Also took first steps towards breaking dependency between messages package and 'auctions' package. The auctions library should depend on the messages package but not the other way round. This will allow me to extract the messaging protocol out into a separate repository where it can be developed separately.