Fired when requested execution pattern is created.
Visual Basic |
---|
Public Event ExecutionPatternReady( _ ByVal request_id As String, _ ByVal execution_pattern_string As String, _ ByVal cqg_error As CQGError _ ) |
- request_id
- The GUID of the request that corresponds to this response.
- execution_pattern_string
- The created strategy order's execution pattern.
- cqg_error
A 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.