FastQuant.DataManager.OnHistoricalData C# (CSharp) Method

OnHistoricalData() private method

private OnHistoricalData ( HistoricalData historicalData_0 ) : void
historicalData_0 HistoricalData
return void
        internal void OnHistoricalData(HistoricalData historicalData_0)
        {
            //DataManager.Class21 @class;
            //bool flag2;
            //lock (this.dictionary_0)
            //{
            //    flag2 = this.dictionary_0.TryGetValue(historicalData_0.RequestId, out @class);
            //}
            //if (flag2)
            //{
            //    @class.zfxaWepjJx().Add(historicalData_0);
            //}
        }