This event is fired when the manual fill request is resolved or when some error has occurred during manual fills processing.
Visual Basic |
---|
Public Event ManualFillUpdateResolved( _ ByVal cqg_manual_fill_request As CQGManualFillRequest, _ ByVal cqg_error As CQGError _ ) |
- 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.
- 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.