/// <summary>
 /// Create a new CandlesticksToStock object.
 /// </summary>
 /// <param name="candlestickId">Initial value of the CandlestickId property.</param>
 /// <param name="exchange">Initial value of the Exchange property.</param>
 /// <param name="ticker">Initial value of the Ticker property.</param>
 /// <param name="numOccurrences">Initial value of the NumOccurrences property.</param>
 /// <param name="lumenRating">Initial value of the LumenRating property.</param>
 public static CandlesticksToStock CreateCandlesticksToStock(global::System.Int32 candlestickId, global::System.String exchange, global::System.String ticker, global::System.Int32 numOccurrences, global::System.Int32 lumenRating)
 {
     CandlesticksToStock candlesticksToStock = new CandlesticksToStock();
     candlesticksToStock.CandlestickId = candlestickId;
     candlesticksToStock.Exchange = exchange;
     candlesticksToStock.Ticker = ticker;
     candlesticksToStock.NumOccurrences = numOccurrences;
     candlesticksToStock.LumenRating = lumenRating;
     return candlesticksToStock;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CandlesticksToStocks EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCandlesticksToStocks(CandlesticksToStock candlesticksToStock)
 {
     base.AddObject("CandlesticksToStocks", candlesticksToStock);
 }