Starts an asynchronous request for historical sessions.
Visual Basic |
---|
Public Sub RequestHistoricalSessions( _ ByVal cqg_historical_sessions_request As CQGHistoricalSessionsRequest _ ) |
- cqg_historical_sessions_request
Specifies the historical sessions request, which contains all the parameters as properties.
Notes:
Values provided for properties that are not required are ignored.
If values are not provided for properties that are required, an exception will be thrown.
The outcome of request, as well as any errors, are reported via HistoricalSessionsResolved event, which is fired only once per request.