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

Glossary Item Box

Description

Controls the behavior of data processing in CQG API.

When enabled, data delivery to CQG API becomes non-synchronized. Doing so may enhance the performance.

The default value for this property is False.

Property type

Read-write property

Syntax

Visual Basic
Public Property NonsynchronizedData As Boolean

Return Type

True if data delivery is non-synchronized, false otherwise

See Also