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

Glossary Item Box

Public Properties

Public Property ActualVolume

Returns the actual volume of the constant volume bar.

Public Property ActualVolumeFractionalReturns the fractional actual volume
Public Property AskVolume

Returns the actual volume of the constant volume bar.

Public Property AskVolumeFractionalReturns the fractional ask volume
Public Property Avg

Returns the average value of the constant volume bar.

Public Property BidVolume

Returns the bid volume of the constant volume bar.

Public Property BidVolumeFractionalReturns the fractional bid volume
Public Property Close

Returns the close value of the constant volume bar.

Public Property High

Returns the high value of the constant volume bar.

Public Property HLC3

Returns the ((High+Low+Close)/3) value of the constant volume bar.

Public Property Low

Returns the low value of the constant volume bar.

Public Property Mid

Returns the mid-point value of the constant volume bar.

Public Property Open

Returns the open value of the constant volume bar.

Public Property Range

Returns the range value of the constant volume bar.

Public Property TickVolume

Returns the tick volume of the constant volume bar.

Public Property Timestamp

Returns the timestamp, in the user-configured time zone (CQGAPIConfig.TimeZoneCode).

Public Property TimestampOffset

Returns the timestamp offset, which is used to identify various ConstantVolumeBar objects that have the same timestamp.

Public Property TrueHigh

Returns the true high value of the constant volume bar.

Public Property TrueLow

Returns the true low value of the constant volume bar.

Public Property TrueRange

Returns the true low value of the constant volume bar.

See Also