FinancialsAPI.ThrottleQuote Property

[Category(CATEGORY_MARKET_DATA_DEFAULTS)] 
[Description("In milliseconds")] 
[DefaultValue(DEFAULT_THROTTLE_QUOTE)] 
public int ThrottleQuote {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_MARKET_DATA_DEFAULTS)] 
[Description("In milliseconds")] 
[DefaultValue(DEFAULT_THROTTLE_QUOTE)] 
public:  
property int ThrottleQuote { 
int get( ); 
void set( 
int value 
); 
}
This language is not supported or no code example is available.
public  
Category(CATEGORY_MARKET_DATA_DEFAULTS) 
Description("In milliseconds") 
DefaultValue(DEFAULT_THROTTLE_QUOTE) 
function get ThrottleQuote() : int
public  
Category(CATEGORY_MARKET_DATA_DEFAULTS) 
Description("In milliseconds") 
DefaultValue(DEFAULT_THROTTLE_QUOTE) 
function set ThrottleQuote(value : int);
This language is not supported or no code example is available.

Property Value

int

In this article

Definition