CQG API 4.0 - Revised
StrategyDefinitionProgress Event
See Also  Send Feedback
cqg_definition

Reference to resolved CQGStrategyDefinition

cqg_error

CQGError object, describing the last error occurred during processing request.

If no error has occurred, the parameter value is either Nothing or invalid error depending on the UsedFromATLClient setting of the configuration.

The parameter can be checked for validity via the CQGCEL.IsValid method.

CQGCEL Interface : StrategyDefinitionProgress Event

Glossary Item Box

Description

This event is fired, when the strategy definition status is changed or when some error has occurred during the request processing.

Syntax

Visual Basic
Public Event StrategyDefinitionProgress( _
   ByVal cqg_definition As CQGStrategyDefinition, _
   ByVal cqg_error As CQGError _
)

Parameters

cqg_definition

Reference to resolved CQGStrategyDefinition

cqg_error

CQGError object, describing the last error occurred during processing request.

If no error has occurred, the parameter value is either Nothing or invalid error depending on the UsedFromATLClient setting of the configuration.

The parameter can be checked for validity via the CQGCEL.IsValid method.

See Also