CQG API 4.0 - Revised
DOMUpdatesPeriod Property
See Also  Send Feedback
CQGAPIConfig Interface : DOMUpdatesPeriod Property

Glossary Item Box

Description

Time period indicating the time interval for DOM update sending.

The default value is 0.

Property type

Read-write property

Syntax

Visual Basic
Public Property DOMUpdatesPeriod As Long

Return Type

Update period in milliseconds represented as Long

Remarks

Updates will be received according to the DOMUpdatesMode property value.

If SnapshotPeriod is greater than the DOMUpdatesPeriod, the SnapshotPeriod's value will be used as the period of DOM updates instead.

Example

See the usage of CQGAPIConfig properties in the AccountChanged event's example section.

See Also