Creates a new manual fill request with the default parameters or with the given prototype manual fill parameters.
Visual Basic |
---|
Public Function CreateManualFillRequest( _ ByVal update_type As eManualFillUpdateType, _ Optional ByVal manual_fill As CQGManualFill = 0 _ ) As CQGManualFillRequest |
- update_type
Value Description 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.
In order to function, this method requires that the user is logged on to CQG gateway.