This event is fired when the collection of constant volume bars (CQGConstantVolumeBars) is resolved or when some error has occurred during the constant volume bars request processing.
| Visual Basic | 
|---|
| Public Event ConstantVolumeBarsResolved( _ ByVal cqg_constant_volume_bars As CQGConstantVolumeBars, _ ByVal cqg_error As CQGError _ ) | 
- cqg_constant_volume_bars
- Reference to resolved CQGConstantVolumeBars 
- cqg_error
- CQGError object describing last error occurred during processing constant volume bars request
 or Nothing/Invalid_Error in case of no error.CQGCEL.IsValid(Invalid_Error) returns False. 
 
     
     
     
     
     
    
    