CQG API 4.0 - Revised
AlgorithmicOrderRegistrationComplete Event
See Also  Send Feedback
guid_

GUID of the algorithmic order type, the registration status of which is changed

cqg_error

CQGError object describing the last error occurred during the algorithmic order registration.

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

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

CQGCEL Interface : AlgorithmicOrderRegistrationComplete Event

Glossary Item Box

Description

This event is fired when the algorithmic order registration is completed (suceeded or failed).

Syntax

Visual Basic
Public Event AlgorithmicOrderRegistrationComplete( _
   ByVal guid_ As String, _
   ByVal cqg_error As CQGError _
)

Parameters

guid_

GUID of the algorithmic order type, the registration status of which is changed

cqg_error

CQGError object describing the last error occurred during the algorithmic order registration.

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

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

See Also