An open API service indexing awesome lists of open source software.

https://github.com/andrewmacmurray/simulator

Simulator to play back market trades
https://github.com/andrewmacmurray/simulator

concurrency haskell

Last synced: 5 months ago
JSON representation

Simulator to play back market trades

Awesome Lists containing this project

README

          

# Simulator

Market simulator to play back trades from markets in real time

To run the simulator

1. build the executable with `stack build`
2. run the executable with `stack exec simulator -- market_a.csv market_b.csv market_c.csv`

This will print out totals from all three markets every second.