Package com.longbridge.fundamental
Class FinancialReportOptions
- java.lang.Object
-
- com.longbridge.fundamental.FinancialReportOptions
-
public class FinancialReportOptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description FinancialReportKindkindReport kind (default: All).FinancialReportPeriodperiodReport period (null means not specified).StringsymbolSecurity symbol, set by FundamentalContext internally
-
Constructor Summary
Constructors Constructor Description FinancialReportOptions()
-
-
-
Field Detail
-
symbol
public String symbol
Security symbol, set by FundamentalContext internally
-
kind
public FinancialReportKind kind
Report kind (default: All).
-
period
public FinancialReportPeriod period
Report period (null means not specified).
-
-