Exemple #1
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.</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;
 }
Exemple #2
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;
 }
Exemple #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ApiResponseStandardizedFinancialsDimensions" /> class.
 /// </summary>
 /// <param name="Dimensions">The combination of XBRL axis and members that defines the dimensionalization of this fact (if any).</param>
 /// <param name="DataTag">DataTag.</param>
 /// <param name="Fundamental">Fundamental.</param>
 public ApiResponseStandardizedFinancialsDimensions(List <StandardizedFinancialsDimension> Dimensions = default(List <StandardizedFinancialsDimension>), DataTagSummary DataTag = default(DataTagSummary), Fundamental Fundamental = default(Fundamental))
 {
     this.Dimensions  = Dimensions;
     this.DataTag     = DataTag;
     this.Fundamental = Fundamental;
 }