CQG API 4.0 - Revised
ManualFillUpdateResolved Event
See Also  Send Feedback
cqg_manual_fill_request

Specifies the corresponding CQGManualFillRequest object.

cqg_error

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

CQGCEL.IsValid(Invalid_Error) returns False.

CQGCEL Interface : ManualFillUpdateResolved Event

Glossary Item Box

Description

This event is fired when the manual fill request is resolved or when some error has occurred during manual fills processing.

Syntax

Visual Basic
Public Event ManualFillUpdateResolved( _
   ByVal cqg_manual_fill_request As CQGManualFillRequest, _
   ByVal cqg_error As CQGError _
)

Parameters

cqg_manual_fill_request

Specifies the corresponding CQGManualFillRequest object.

cqg_error

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

CQGCEL.IsValid(Invalid_Error) returns False.

Remarks

  • If this event is a response to an addition request, the returned request object is already modified to include the TradeId of the added manual object.
  • When the requested manual fill is executed, it will be announced through the CQGCEL.ManualFillChanged.

See Also