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

Glossary Item Box

Public Properties

Public Property AskVolume

Returns the ask volume for the TFlow bar.

Public Property AskVolumeFractionalReturns the ask fractional volume
Public Property BestAskPrice

Returns the best ask price value for the TFlow bar.

Public Property BestBidPrice

Returns the best bid price value for the TFlow bar.

Public Property BidVolume

Returns the bid volume value for the TFlow bar.

Public Property BidVolumeFractionalReturns the bid fractional volume
Public Property Close

Returns the close value for the TFlow bar.

Public Property DomAskCount

Returns the number of DOM asks in the TFlow bar.

Public Property DomAskVolume

Returns the DOM ask volume by its index.

Public Property DomAskVolumeFractionalReturns the DOM ask fractional volume by index
Public Property DomBidCount

Returns the number of all DOM bids in the TFlow bar.

Public Property DomBidVolume

Returns the DOM bid volume by its index for the TFlow bar.

Public Property DomBidVolumeFractionalReturns the DOM bid fractional volume by index
Public Property High

Returns the high value of the TFlow bar.

Public Property Low

Returns the low value of the TFlow bar.

Public Property Mid

Returns the mid-point value of the TFlow bar.

Public Property Open

Returns the open.

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 CQGTFlowBar objects that have the same timestamp.

Public Property TrueHigh

Returns the true high.

Public Property TrueLow

Returns the true low.

Public Property TrueMid

Returns the true midian.

See Also