Example #1
0
 public function testSetRealizedGainOrLoss()
 {
     $this->lot->setRealizedGainOrLoss(21.1);
     $this->assertEquals(21.1, $this->lot->getRealizedGainOrLoss());
 }