CQG API 4.0 - Revised
ConstantVolumeBarsInserted Event
See Also  Send Feedback
cqg_constant_volume_bars

Reference to the CQGConstantVolumeBars collection the constant volume bar is inserted to

index_

Specifies the inserted CQGConstantVolumeBar's index

CQGCEL Interface : ConstantVolumeBarsInserted Event

Glossary Item Box

Description

This event is fired when a CQGConstantVolumeBar item is inserted to the CQGConstantVolumeBars collection.

Syntax

Visual Basic
Public Event ConstantVolumeBarsInserted( _
   ByVal cqg_constant_volume_bars As CQGConstantVolumeBars, _
   ByVal index_ As Long _
)

Parameters

cqg_constant_volume_bars

Reference to the CQGConstantVolumeBars collection the constant volume bar is inserted to

index_

Specifies the inserted CQGConstantVolumeBar's index

See Also