コード例 #1
0
ファイル: Transaction.cs プロジェクト: zawasp/Trady
 public bool Equals(Transaction other)
 => Candles.Equals(other.Candles) && Index == other.Index && Type == other.Type && Quantity == other.Quantity && AbsoluteCashFlow == other.AbsoluteCashFlow;