public function testFactorySetsType()
 {
     $this->assert($this->order->getType(), equals, OrderType::MARKET_OFFER);
 }