You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Indicates whether the data source is tied to an underlying symbol and requires that corporate events be applied to it as well, such as renames and delistings
96
+
/// </summary>
97
+
/// <returns>false</returns>
98
+
publicoverrideboolRequiresMapping()
99
+
{
100
+
return_factory.RequiresMapping();
101
+
}
102
+
103
+
/// <summary>
104
+
/// Indicates whether the data is sparse.
105
+
/// If true, we disable logging for missing files
106
+
/// </summary>
107
+
/// <returns>true</returns>
108
+
publicoverrideboolIsSparseData()
109
+
{
110
+
return_factory.IsSparseData();
111
+
}
112
+
113
+
/// <summary>
114
+
/// Gets the default resolution for this data and security type
115
+
/// </summary>
116
+
publicoverrideResolutionDefaultResolution()
117
+
{
118
+
return_factory.DefaultResolution();
119
+
}
120
+
121
+
/// <summary>
122
+
/// Gets the supported resolution for this data and security type
0 commit comments