CQG API 4.0 - Revised
TicksResolved Event
See Also  Send Feedback
cqg_ticks

Reference to resolved CQGTicks

cqg_error

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

CQGCEL.IsValid(Invalid_Error) returns False.

CQGCEL Interface : TicksResolved Event

Glossary Item Box

Description

This event is fired when the CQGTicks collection is resolved or when some error has occurred during the ticks request processing.

Syntax

Visual Basic
Public Event TicksResolved( _
   ByVal cqg_ticks As CQGTicks, _
   ByVal cqg_error As CQGError _
)

Parameters

cqg_ticks

Reference to resolved CQGTicks

cqg_error

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

CQGCEL.IsValid(Invalid_Error) returns False.

Remarks

The ticks.Status represents the new status of the query.

If ticks.Status is rsSuccess, further changes to ticks may be reported with the TicksAdded event.

If ticks.Status is rsFailed or rsCanceled, no further events on ticks will be fired.

See Also