17 using System.Collections.Generic;
39 var first = this.FirstOrDefault();
40 return first !=
null && first.IsInternalFeed;
61 throw new ArgumentException($
"DataNormalizationMode.Raw must be used with SecurityType {Symbol.SecurityType}");
64 foreach (var config
in this)
66 config.DataNormalizationMode = normalizationMode;