HistoricalDataFilter.Financials Property
[DefaultValue(DEFAULT_FINANCIALS)]
public bool Financials {get; set;}
This language is not supported or no code example is available.
[DefaultValue(DEFAULT_FINANCIALS)]
public:
property bool Financials {
bool get( );
void set(
bool value
);
}
This language is not supported or no code example is available.
public
DefaultValue(DEFAULT_FINANCIALS)
function get Financials() : boolean;
public
DefaultValue(DEFAULT_FINANCIALS)
function set Financials(value : boolean);
This language is not supported or no code example is available.
Property Value
bool
In this article
Definition