Exemplo n.º 1
0
 public function testSetStopPrice()
 {
     $this->tradeData->setStopPrice('500');
     $this->assertEquals('500', $this->tradeData->getStopPrice());
 }