CQG API 4.0 - Revised
TFlowBarsResolved Event
See Also  Send Feedback
cqg_tflow_bars

Reference to resolved CQGTFlowBars

cqg_error

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

CQGCEL.IsValid(Invalid_Error) returns False.

CQGCEL Interface : TFlowBarsResolved Event

Glossary Item Box

Description

This event is fired when the collection of TFlow bars (CQGTFlowBars) is resolved or when some error occured during TFlow bars request processing.

Syntax

Visual Basic
Public Event TFlowBarsResolved( _
   ByVal cqg_tflow_bars As CQGTFlowBars, _
   ByVal cqg_error As CQGError _
)

Parameters

cqg_tflow_bars

Reference to resolved CQGTFlowBars

cqg_error

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

CQGCEL.IsValid(Invalid_Error) returns False.

See Also