We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9eb50 commit 26f81beCopy full SHA for 26f81be
1 file changed
RegalyticsRegulatoryArticle.cs
@@ -30,6 +30,11 @@ namespace QuantConnect.DataSource
30
[ProtoContract(SkipConstructor = true)]
31
public class RegalyticsRegulatoryArticle : BaseData
32
{
33
+ /// <summary>
34
+ /// Data source ID
35
+ /// </summary>
36
+ public static int DataSourceId { get; } = 2030;
37
+
38
[JsonProperty(PropertyName = "id")]
39
public int Id { get; set; }
40
0 commit comments