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. """