ScalABM / auctions

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

Made the settlementService field optional. #107

Closed davidrpugh closed 7 years ago

davidrpugh commented 7 years ago

In a remote context one might not know the location and hence the ActorRef for the SettlementActor when creating an instance of an AuctionActor. Making the type of settlementService Option[ActorRef] allows users to initialize the field to None.