CQG API 4.0 - Revised
CQGConstantVolumeBarsRequest Interface Members
See Also  Overview  Send Feedback

Glossary Item Box

Public Properties

Public Property Continuation

Sets/gets the continuation type, which will be used to formulate the constant volume bars request.

The default value is tsctNoContinuation.

Public Property DaysBeforeExpiration

Sets/gets the number of days prior to expiration, when the rollover will occur, to be used to formulate the constant volume bars request.

The default value for this property is 0.

Public Property EqualizeCloses

Sets/gets the equalize closes flag, which will be used to formulate the constant volume bars request.

The default value for this property is True.

Public Property IncludeEnd

Sets/gets the include end flag, which will be used to formulate the constant volume bars request.

The default value for this property is False.

Public Property IncludeFlatTicks

Sets/gets the include flat ticks flag, which will be used to formulate the constant volume bars request.

The default value is True.

Public Property RangeEnd

Sets/gets the range end, which will be used to formulate the constant volume bars request (required).

Public Property RangeStart

Sets/gets the range start, which will be used to formulate the constant volume bars request (required).

Public Property RecalcPeriod

Sets/gets the recalculation period (in seconds), which will be used to formulate the constant volume bars request.

The default value for this property is 60.

Public Property SessionFlags

Sets/gets the session flags, which will be used to formulate the constant volume bars request.

The default value for this property is sfUndefined.

Public Property SessionsFilter

Sets/gets the sessions filter, which will be used to formulate the constant volume bars request.

The default value for this property is 0.

Public Property SubscriptionLevel

Returns the subscription level, which will be used in the constant volume bars request.

The default value for this property is tslEachBar.

Public Property Symbol

Sets/gets the symbol, which will be used to formulate the constant volume bars request (required).

Public Property UpdatesEnabled

Sets/gets the updates enabled flag, which will be used to formulate the constant volume bars request.

The default value is False.

Public Property VolumeLevel

Gets/sets the volume level, which will be used to form the constant volume bars request.

The default value is 10.

Public Property VolumeLevelFractional

Gets/sets the fractional volume level, which will be used to form the constant volume bars request.

The default value is 10.

Public Property VolumeType

Sets/gets the volume type, which will be used to formulate the constant volume bars request.

The default value is cvbvtTicks.

See Also