CQG API 4.0 - Revised
ExecutionPatternReady Event
See Also  Send Feedback
request_id
The GUID of the request that corresponds to this response.
execution_pattern_string
The created strategy order's execution pattern.
cqg_error

CQGError object that describes the last error that occurred during the processing of the request, or Nothing/Invalid_Error if no error occurred

CQGCEL.IsValid(Invalid_Error) returns False.

CQGCEL Interface : ExecutionPatternReady Event

Glossary Item Box

Description

Fired when requested execution pattern is created.

Syntax

Visual Basic
Public Event ExecutionPatternReady( _
   ByVal request_id As String, _
   ByVal execution_pattern_string As String, _
   ByVal cqg_error As CQGError _
)

Parameters

request_id
The GUID of the request that corresponds to this response.
execution_pattern_string
The created strategy order's execution pattern.
cqg_error

CQGError object that describes the last error that occurred during the processing of the request, or Nothing/Invalid_Error if no error occurred

CQGCEL.IsValid(Invalid_Error) returns False.

See Also