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

Glossary Item Box

Description

Sets/gets the range end, which will be used to formulate the historical sessions request.

Property type

Read-write property

Syntax

Visual Basic
Public Property RangeEnd As Date

Return Type

Range end, represented as Date

Remarks

  • RangeStart/RangeEnd represent date/time in the user-configured time zone (CQGAPIConfig.TimeZoneCode).
  • If Type is hsrtTimeRange, both RangeStart and RangeEnd must be provided, RangeStart must be earlier or equal to RangeEnd.
  • If Type is hsrtSinceTime, RangeStart must be provided.
  • If Type is hsrtAll(default value), all available historical sessions are requested.

See Also