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
$"History request not supported for symbol '{historyRequest.Symbol}' (SecurityType: {historyRequest.Symbol.SecurityType}, Canonical: {historyRequest.Symbol.IsCanonical()}).");
77
77
}
78
78
returnnull;
@@ -83,7 +83,7 @@ public override void Initialize(HistoryProviderInitializeParameters parameters)
83
83
if(!_invalidStartTimeErrorFired)
84
84
{
85
85
_invalidStartTimeErrorFired=true;
86
-
Log.Error($"{nameof(DataBentoProvider)}.{nameof(GetHistory)}: Invalid date range: the start date must be earlier than the end date.");
86
+
Log.Error($"{nameof(DataBentoDataProvider)}.{nameof(GetHistory)}: Invalid date range: the start date must be earlier than the end date.");
87
87
}
88
88
returnnull;
89
89
}
@@ -93,7 +93,7 @@ public override void Initialize(HistoryProviderInitializeParameters parameters)
0 commit comments