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.
| Visual Basic |
|---|
Public Event ManualFillChanged( _ ByVal cqg_manual_fill As CQGManualFill, _ ByVal modify_type As eManualFillUpdateType _ ) |
- cqg_manual_fill
Specifies the changed manual fill instance, represented as CQGManualFill
- modify_type
Manual fills update typeValue Description mfutAdd Add manual fill.
mfutDelete Remove manual fill.
mfutModify Change manual fill.