This event is fired when the list of manual fills request is resolved or when some error has occurred during manual fills request processing.
Visual Basic |
---|
Public Event ManualFillsResolved( _ ByVal cqg_manual_fills As CQGManualFills, _ ByVal cqg_error As CQGError _ ) |
- cqg_manual_fills
Specifies the collection of manual fills.
If an error has occurred, the collection is empty.
- 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.