CQG API 4.0 - Revised
HistoricalSessionsResolved Event
See Also  Send Feedback
cqg_historical_sessions

Reference to the historical sessions collection

cqg_historical_sessions_request
Reference to CQGHistoricalSessionsRequest
cqg_error

CQGError object describing the last error occurred during the historical sessions request processing or Nothing/Invalid_Error in case of no error.

CQGCEL.IsValid(Invalid_Error) returns False.

CQGCEL Interface : HistoricalSessionsResolved Event

Glossary Item Box

Description

Fired when the historical sessions (CQGSessionsCollection) are resolved or when some error has occurred during processing the historical sessions request.

Syntax

Visual Basic
Public Event HistoricalSessionsResolved( _
   ByVal cqg_historical_sessions As CQGSessionsCollection, _
   ByVal cqg_historical_sessions_request As CQGHistoricalSessionsRequest, _
   ByVal cqg_error As CQGError _
)

Parameters

cqg_historical_sessions

Reference to the historical sessions collection

cqg_historical_sessions_request
Reference to CQGHistoricalSessionsRequest
cqg_error

CQGError object describing the last error occurred during the historical sessions request processing or Nothing/Invalid_Error in case of no error.

CQGCEL.IsValid(Invalid_Error) returns False.

Remarks

The CQGSessionsCollection resolved through cqg_historical_sessions represents a CQGSessions collection, which contains all session data accessible through CQGIC's [More > New Data Browser > Session Info] interface:

 

Each Session Description section describes session details for a given time period, including:

  • Start and end date/time
  • Active trading days
  • Holidays

See Also