public function testFactorySetsDayAveragePrice()
 {
     $this->assert($this->marketSummary->getDayAveragePrice(), equals, 510);
 }