CQG API 4.0 - Revised
ManualFillChanged Event
See Also  Send Feedback
cqg_manual_fill

Specifies the changed manual fill instance, represented as CQGManualFill

modify_type
Manual fills update type
CQGCEL Interface : ManualFillChanged Event

Glossary Item Box

Description

This event is fired when a new manual fill was added, some manual fill properties were changed, or the manual fill was removed only if subscription data level for appropriate request was requested with updates notifications.

Syntax

Visual Basic
Public Event ManualFillChanged( _
   ByVal cqg_manual_fill As CQGManualFill, _
   ByVal modify_type As eManualFillUpdateType _
)

Parameters

cqg_manual_fill

Specifies the changed manual fill instance, represented as CQGManualFill

modify_type
ValueDescription
mfutAdd

Add manual fill.

mfutDelete

Remove manual fill.

mfutModify

Change manual fill.

Manual fills update type

See Also