コード例 #1
0
ファイル: Transaction.php プロジェクト: junjinZ/wealthbot
 /**
  * Is transaction type is buy
  *
  * @return bool
  */
 public function isTypeBuy()
 {
     return $this->transactionType->getName() === self::TYPE_BUY;
 }