ScalABM / auctions

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

First draft of the market data implementations. #123

Closed davidrpugh closed 6 years ago

davidrpugh commented 6 years ago

This PR extracts the ticker functionality from the AuctionActor to its own mixin trait. I am also starting to implement various message types as described in the FIX protocol for passing market data between the auction and participants.