ScalABM / auctions

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

When a trading actor terminates what should happen to its outstanding orders? #129

Open davidrpugh opened 6 years ago

davidrpugh commented 6 years ago

One possibility would be for all of these orders to be canceled.

davidrpugh commented 6 years ago

Another possibility would be to use the Actor life-cycle hooks and require that the AuctionParticipantActor send a bunch of cancellation requests prior to shutting down.