CQG API 4.0 - Revised
Type Property
See Also  Send Feedback
CQGHistoricalSessionsRequest Interface : Type Property

Glossary Item Box

Description

Sets/gets the historical sessions request type (required).

Default value for this property is hsrtAll.

Property type

Read-write property

Syntax

Visual Basic
Public Property Type As eHistoricalSessionsRequestType

Return Type

Historical sessions request type, represented as eHistoricalSessionsRequestType

Remarks

If type is hsrtTimeRange, the RangeStart and RangeEnd properties must be provided.

If type is hsrtSinceTime, the RangeStart property must be provided.

See Also