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

Glossary Item Box

Description

Mode of DOM update sending.

The default value is domUMDynamic.

Property type

Read-write property

Syntax

Visual Basic
Public Property DOMUpdatesMode As eDOMUpdatesMode

Return Type

Update sending mode, represented as eDOMUpdatesMode

Remarks

The period of DOM updates is configured through DOMUpdatesPeriod property.

Example

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

See Also