/** Returns total volume to back and to lay at all prices based on a given list of bets.
* Prices with zero volume are not returned by this method.
*
* @param bets
* @return key - price, value (totalToBack,totalToLay)
*/
def mapToPrices(bets:List[IBet]):Map[Double,Tuple2[Double,Double]]
Original issue reported on code.google.com by daniel.k...@gmail.com on 27 Aug 2010 at 11:42
Original issue reported on code.google.com by
daniel.k...@gmail.com
on 27 Aug 2010 at 11:42