public override int GetHashCode()
 {
     return(symbol.GetHashCode() ^ side.GetHashCode() ^ tradingDay.GetHashCode());
 }