Example #1
0
 protected bool Equals(Ticker other) =>
 Equals(TradePair, other.TradePair) &&
 Hight.Equals(other.Hight) &&
 Low.Equals(other.Low) &&
 Avg.Equals(other.Avg) &&
 Volume.Equals(other.Volume) &&
 CurrentVolume.Equals(other.CurrentVolume) &&
 Last.Equals(other.Last) &&
 Buy.Equals(other.Buy) &&
 Sell.Equals(other.Sell);