예제 #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;