Starts an asynchronous query of manual fills for a gateway account.
Visual Basic |
---|
Public Sub RequestManualFills( _ ByVal gw_account_id As Long, _ ByVal update_level As eManualFillsDataLevel _ ) |
- gw_account_id
Identifies the Gateway account to be used for the request.
- update_level
Value Description mfdlSnapshot Only current values of manual fills will be received.
mfdlSnapshotAndUpdates All current values of manual fills as well as notifications about their changes will be received.
Specifies the subscription level for the request updates, represented as eManualFillUpdateType.
In order to function, this method requires that the user is logged on to CQG gateway.
The outcome of the request, as well as any errors, are reported via the ManualFillsResolved event, which is fired only once per request.
Every time the RequestManualFills method is called for a specified account, it will replace the old data (collection, manual fills) with the new resolved data.