FinancialsAPI.MaxSymbolsPerRequest Property

[Category(CATEGORY_MARKET_DATA_DEFAULTS)] 
[DefaultValue(DEFAULT_MAX_SYMBOLS_PER_REQUEST)] 
public int MaxSymbolsPerRequest {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_MARKET_DATA_DEFAULTS)] 
[DefaultValue(DEFAULT_MAX_SYMBOLS_PER_REQUEST)] 
public:  
property int MaxSymbolsPerRequest { 
int get( ); 
void set( 
int value 
); 
}
This language is not supported or no code example is available.
public  
Category(CATEGORY_MARKET_DATA_DEFAULTS) 
DefaultValue(DEFAULT_MAX_SYMBOLS_PER_REQUEST) 
function get MaxSymbolsPerRequest() : int
public  
Category(CATEGORY_MARKET_DATA_DEFAULTS) 
DefaultValue(DEFAULT_MAX_SYMBOLS_PER_REQUEST) 
function set MaxSymbolsPerRequest(value : int);
This language is not supported or no code example is available.

Property Value

int

In this article

Definition