CQG API 4.0 - Revised
RequestHistoricalSessions Method
See Also  Send Feedback
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.

CQGCEL Interface : RequestHistoricalSessions Method

Glossary Item Box

Description

Starts an asynchronous request for historical sessions.

Syntax

Visual Basic
Public Sub RequestHistoricalSessions( _
   ByVal cqg_historical_sessions_request As CQGHistoricalSessionsRequest _
) 

Parameters

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.

Remarks

The outcome of request, as well as any errors, are reported via HistoricalSessionsResolved event, which is fired only once per request.

See Also