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

Reference to the CQGConstantVolumeBars collection the constant volume bar is removed from

index_

Specifies the removed CQGConstantVolumeBar's index

CQGCEL Interface : ConstantVolumeBarsRemoved Event

Glossary Item Box

Description

This event is fired when a CQGConstantVolumeBar item is removed from the CQGConstantVolumeBars collection.

Syntax

Visual Basic
Public Event ConstantVolumeBarsRemoved( _
   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 removed from

index_

Specifies the removed CQGConstantVolumeBar's index

See Also