Skip to content

Commit

Permalink
added volume to SecurityOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
ljbergmann committed Apr 6, 2017
1 parent 10c6656 commit 150b832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/SecurityOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public function setCreationDate($creationDate)
/**
* @return float
*/
public function getVolume(): float
public function getVolume()
{
return $this->volume;
}
Expand Down

0 comments on commit 150b832

Please sign in to comment.