public void AddRealTimeOddsToHistory(SippOdds odds) { _realTimeOddsHistory.Add(DateTime.Now, odds); }
public RTOdds(SippOdds odds) { _odds = odds; _oddsFromExactas = null; }
// Copy Constructor public SippOdds(SippOdds other) { _oddsToOne = other._oddsToOne; _format = other._format; }