@@ -90,7 +90,7 @@ private BaseData CreateNewInstance()
9090 Symbol = Symbol . Empty ,
9191 Time = DateTime . Today ,
9292 DataType = MarketDataType . Base ,
93-
93+
9494 Id = "0" ,
9595 Title = "string" ,
9696 Summary = "string" ,
@@ -99,6 +99,8 @@ private BaseData CreateNewInstance()
9999 FilingType = "string" ,
100100 InFederalRegister = true ,
101101 FederalRegisterNumber = "string" ,
102+ DocketFileNumber = "string" ,
103+ SecReleaseNumber = "string" ,
102104 ProposedCommentsDueDate = DateTime . MinValue ,
103105 OriginalPublicationDate = DateTime . MinValue ,
104106 FederalRegisterPublicationDate = DateTime . MinValue ,
@@ -107,6 +109,7 @@ private BaseData CreateNewInstance()
107109 AlertType = "string" ,
108110 States = new Dictionary < string , List < string > > { { "string" , new List < string > { "string" } } } ,
109111 Agencies = new List < string > { "string" } ,
112+ Sector = new List < Dictionary < string , string > > { new Dictionary < string , string > { { "key" , "value" } } } ,
110113 AnnouncementUrl = "string" ,
111114 CreatedAt = DateTime . MinValue
112115 } ;
@@ -130,6 +133,8 @@ private BaseData CreateNewCollectionInstance()
130133 FilingType = "string" ,
131134 InFederalRegister = true ,
132135 FederalRegisterNumber = "string" ,
136+ DocketFileNumber = "string" ,
137+ SecReleaseNumber = "string" ,
133138 ProposedCommentsDueDate = DateTime . MinValue ,
134139 OriginalPublicationDate = DateTime . MinValue ,
135140 FederalRegisterPublicationDate = DateTime . MinValue ,
@@ -138,6 +143,7 @@ private BaseData CreateNewCollectionInstance()
138143 AlertType = "string" ,
139144 States = new Dictionary < string , List < string > > { { "string" , new List < string > { "string" } } } ,
140145 Agencies = new List < string > { "string" } ,
146+ Sector = new List < Dictionary < string , string > > { new Dictionary < string , string > { { "key" , "value" } } } ,
141147 AnnouncementUrl = "string" ,
142148 CreatedAt = DateTime . MinValue
143149 } ,
@@ -155,6 +161,8 @@ private BaseData CreateNewCollectionInstance()
155161 FilingType = "string" ,
156162 InFederalRegister = true ,
157163 FederalRegisterNumber = "string" ,
164+ DocketFileNumber = "string" ,
165+ SecReleaseNumber = "string" ,
158166 ProposedCommentsDueDate = DateTime . MinValue ,
159167 OriginalPublicationDate = DateTime . MinValue ,
160168 FederalRegisterPublicationDate = DateTime . MinValue ,
@@ -163,6 +171,7 @@ private BaseData CreateNewCollectionInstance()
163171 AlertType = "string" ,
164172 States = new Dictionary < string , List < string > > { { "string" , new List < string > { "string" } } } ,
165173 Agencies = new List < string > { "string" } ,
174+ Sector = new List < Dictionary < string , string > > { new Dictionary < string , string > { { "key" , "value" } } } ,
166175 AnnouncementUrl = "string" ,
167176 CreatedAt = DateTime . MinValue
168177 }
0 commit comments