CQG API 4.0 - Revised
YieldsUpdated Event
See Also  Send Feedback
cqg_yields

Reference to the changed CQGYields

index_

Specifies the updated CQGYield's index

CQGCEL Interface : YieldsUpdated Event

Glossary Item Box

Description

This event is fired when a CQGYield item is updated.

Syntax

Visual Basic
Public Event YieldsUpdated( _
   ByVal cqg_yields As CQGYields, _
   ByVal index_ As Long _
)

Parameters

cqg_yields

Reference to the changed CQGYields

index_

Specifies the updated CQGYield's index

See Also