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

Glossary Item Box

Public Methods

Public Method ExcludeAllStatistics

Excludes all statistics from the trading system request.

Public Method IncludeStatistic

Includes the specified statistic to be present in the requested trading system.

Public Method IsStatisticIncluded

Returns whether the specified statistics item is currently included.

Public Properties

Public Property BaseBarParameters

Returns the trading system's base bar parameters collection, based on the base bar type.

Public Property BaseBarType

Sets/gets the type of the trading system base bar.

Public Property BaseExpression

Sets/gets the base expression, which will be used to formulate this trading system request.

Public Property Continuation

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

The default value for this property is 0.

Public Property Definition

Returns the trading system definition.

Public Property EqualizeCloses

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

The default value for this property is True.

Public Property HistoricalPeriod

Gets/sets the historical period, which will be used to formulate the trading system request.

The default value for this property is hpUndefined.

Public Property IncludeEnd

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

The default value for this property is False.

Public Property IntradayPeriod

Gets/sets the intraday period, which will be used to formulate the trading system request.

Public Property Parameter

Sets/gets the parameter value, which will be used to formulate this trading system request.

Public Property RangeEnd

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

Public Property RangeStart

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

Public Property RecalcPeriod

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

The default value for this property is 60.

Public Property SessionFlags

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

The default value for this property is sfUndefined.

Public Property SessionsFilter

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

The default value for this property is 0.

Public Property SubscriptionLevel

Sets/gets the subscription level, which will be used to formulate the trading system request.

The default value for this property is tslEachBar.

See Also