FastQuant.DataManager.OnHistoricalDataEnd C# (CSharp) Method

OnHistoricalDataEnd() private method

private OnHistoricalDataEnd ( HistoricalDataEnd historicalDataEnd_0 ) : void
historicalDataEnd_0 HistoricalDataEnd
return void
        internal void OnHistoricalDataEnd(HistoricalDataEnd historicalDataEnd_0)
        {
            //DataManager.Class21 @class;
            //bool flag2;
            //lock (this.dictionary_0)
            //{
            //    flag2 = this.dictionary_0.TryGetValue(historicalDataEnd_0.RequestId, out @class);
            //}
            //if (flag2)
            //{
            //    @class.method_1().Set();
            //}
        }