AutoUpdateInterval Property
   Windows - Visual C++
Dispatch ID = 0x30
   Description
   The AutoUpdateInterval property 
   returns or sets the interval, in minutes, at which quote information 
   will be automatically updated.
   Syntax
   long lInterval = GetAutoUpdateInterval();
   void SetAutoUpdateInterval(long lInterval);
The AutoUpdateInterval syntax has these parts:
| Part | Description | |
| interval | The new update interval, in minutes. | |
   Remarks
   A value of 0, the default, turns 
   off automatic updating.
See also: UpdateAllQuotes
Back to: Quote Properties