CQG API 4.0 - Revised
CreateManualFillRequest Method
See Also  Send Feedback
update_type

Specifies the update type for the request.

manual_fill

The prototype manual fill object, represented as CQGManualFill

The created manual fill request will have its fields copied from this object.

CQGCEL Interface : CreateManualFillRequest Method

Glossary Item Box

Description

Creates a new manual fill request with the default parameters or with the given prototype manual fill parameters.

Syntax

Visual Basic
Public Function CreateManualFillRequest( _
   ByVal update_type As eManualFillUpdateType, _
   Optional ByVal manual_fill As CQGManualFill = 0 _
) As CQGManualFillRequest

Parameters

update_type
ValueDescription
mfutAdd

Add manual fill.

mfutDelete

Remove manual fill.

mfutModify

Change manual fill.

Specifies the update type for the request.

manual_fill

The prototype manual fill object, represented as CQGManualFill

The created manual fill request will have its fields copied from this object.

Remarks

In order to function, this method requires that the user is logged on to CQG gateway.

See Also