Message: RangeBarParameters

File: WebAPI/historical_2.proto

Description

Parameters of a Range bar request.

Used in

NonTimedBarRequest

Fields

range_size

Type: uint32

Description: Size of single range bar.

Note: Can take a value from 1 to 1000000000.

start_point

Type: uint32

Description: Note: START_POINT_SESSION is processed by default.

Source: RangeBarParameters.StartPoint.

Enum StartPoint

Description: Start point values.

Values

      START_POINT_SESSION = 0

     Range bar calculation resets at the beginning of session.

      START_POINT_WEEK = 1

     Range bar calculation resets at the beginning of week.

      START_POINT_MONTH = 2

     Range bar calculation resets at the beginning of month.