コード例 #1
0
ファイル: TradeDataTest.php プロジェクト: junjinZ/wealthbot
 public function testSetStopPrice()
 {
     $this->tradeData->setStopPrice('500');
     $this->assertEquals('500', $this->tradeData->getStopPrice());
 }