From 1660cac40cd98fe9b3c9a82c5a7a49f86b9c0672 Mon Sep 17 00:00:00 2001 From: lilione Date: Sun, 8 Dec 2019 12:28:58 -0700 Subject: [PATCH] credit to Jasleen --- apps/auctions/volume_matching.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/auctions/volume_matching.py b/apps/auctions/volume_matching.py index 8180aec6c..d7ffa4db2 100644 --- a/apps/auctions/volume_matching.py +++ b/apps/auctions/volume_matching.py @@ -1,4 +1,5 @@ """ +Original code was written by Harjasleen Malvai Volume Matching Auction : buy and sell orders are matched only on volume while price is determined by reference to some external market. """