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

Reference to resolved CQGYields

cqg_error

CQGError object describing the last error occurred during processing the yields request or Nothing/Invalid_Error in case of no error.

CQGCEL.IsValid(Invalid_Error) returns False.

CQGCEL Interface : YieldsResolved Event

Glossary Item Box

Description

This event is fired when the collection of yields (CQGYields) is resolved or when some error has occurred during the yields request processing.

Syntax

Visual Basic
Public Event YieldsResolved( _
   ByVal cqg_yields As CQGYields, _
   ByVal cqg_error As CQGError _
)

Parameters

cqg_yields

Reference to resolved CQGYields

cqg_error

CQGError object describing the last error occurred during processing the yields request or Nothing/Invalid_Error in case of no error.

CQGCEL.IsValid(Invalid_Error) returns False.

See Also