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

Glossary Item Box

Public Properties

Public Property Aggregation

Sets/gets the aggregation, which will be used to formulate this TFlow bars request.

The default value for this property is tfaBars.

Public Property AggregationLevel

Sets/gets the aggregation level, which will be used to formulate this TFlow bars request.

The default value for this property is 1.

Public Property Continuation

Sets/gets the continuation type, which will be used to formulate this TFlow 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 this TFlow bars request.

The default value for this property is 0.

Public Property DomAskVolumeLevel

Sets/gets the DOM ask volumes level, which will be used in the trade flow bars request.

Public Property DomBidVolumeLevel

Sets/gets the DOM bid volumes level, which will be used in the trade flow bars request.

Public Property EqualizeCloses

Gets/sets the equalize closes flag, which will be used to formulate this TFlow bars request.

The default value for this property is True.

Public Property IncludeEnd

Gets/sets the include end flag, which will be used to formulate this TFlow bars request.

The default value for this property is False.

Public Property RangeEnd

Gets/sets the range end, which will be used to formulate this TFlow bars request (required).

Public Property RangeStart

Gets/sets the range start, which will be used to formulate this TFlow bars request (required).

Public Property RecalcPeriod

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

The default value for this property is 60.

Public Property SessionFlags

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

The default value for this property is sfUndefined.

Public Property SessionsFilter

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

The default value for this property is 0.

Public Property SubscriptionLevel

Sets/gets the subscription level, which will be used to formulate the TFlow bars request.

The default value for this property is tslEachBar.

Public Property Symbol

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

Public Property UpdatesEnabled

Gets/sets the updates enabled flag, which will be used in the TFlow bars request.

The default value for this property is False.

Public Property UseAggressorFlag

Sets/gets the "Use Aggressor Flag" option, which will be used to formulate this TFlow bars request. Corresponds to "Use Aggressor Flag" TFlow study option.

The default value for this property is False.

Property affects CQGTFlowBar.AskVolume and CQGTFlowBar.BidVolume outputs.

See Also