Skip to content

Instantly share code, notes, and snippets.

@debasishg
Created January 7, 2011 17:25
Show Gist options
  • Save debasishg/769776 to your computer and use it in GitHub Desktop.
Save debasishg/769776 to your computer and use it in GitHub Desktop.
Trade generation pipeline from client orders
// client orders executed at market by broker & allocated to client accounts
kleisli(clientOrders) >=> kleisli(execute(market)(broker)) >=> kleisli(allocate(clientAccounts))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment