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

Reference to changed CQGTFlowBars

index_

specifies the updated CQGTFlowBar index

CQGCEL Interface : TFlowBarsUpdated Event

Glossary Item Box

Description

This event is fired when a CQGTFlowBar item is updated.

Syntax

Visual Basic
Public Event TFlowBarsUpdated( _
   ByVal cqg_tflow_bars As CQGTFlowBars, _
   ByVal index_ As Long _
)

Parameters

cqg_tflow_bars

Reference to changed CQGTFlowBars

index_

specifies the updated CQGTFlowBar index

See Also