Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseStandardizedFinancials" /> class.
 /// </summary>
 /// <param name="StandardizedFinancials">StandardizedFinancials.</param>
 /// <param name="Fundamental">Fundamental.</param>
 /// <param name="NextPage">The token required to request the next page of the data. If null, no further results are available..</param>
 public ApiResponseStandardizedFinancials(List <StandardizedFinancial> StandardizedFinancials = default(List <StandardizedFinancial>), Fundamental Fundamental = default(Fundamental), string NextPage = default(string))
 {
     this.StandardizedFinancials = StandardizedFinancials;
     this.Fundamental            = Fundamental;
     this.NextPage = NextPage;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseReportedFinancials" /> class.
 /// </summary>
 /// <param name="ReportedFinancials">ReportedFinancials.</param>
 /// <param name="Fundamental">Fundamental.</param>
 /// <param name="NextPage">The token required to request the next page of the data. If null, no further results are available..</param>
 public ApiResponseReportedFinancials(List <ReportedFinancial> ReportedFinancials = default(List <ReportedFinancial>), Fundamental Fundamental = default(Fundamental), string NextPage = default(string))
 {
     this.ReportedFinancials = ReportedFinancials;
     this.Fundamental        = Fundamental;
     this.NextPage           = NextPage;
 }