CQG API 4.0 - Revised
ManualFillsResolved Event
See Also  Send Feedback
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.

CQGCEL Interface : ManualFillsResolved Event

Glossary Item Box

Description

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

Syntax

Visual Basic
Public Event ManualFillsResolved( _
   ByVal cqg_manual_fills As CQGManualFills, _
   ByVal cqg_error As CQGError _
)

Parameters

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.

See Also