CQG API 4.0 - Revised
BaseBarParameters Property
See Also  Send Feedback
CQGTradingSystemRequest Interface : BaseBarParameters Property

Glossary Item Box

Description

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

Property type

Read-only property

Syntax

Visual Basic
Public Property BaseBarParameters As CQGTradingSystemBaseBarParameters

Return Type

Collection of base bar parameters, represented as CQGTradingSystemBaseBarParameters

Remarks

The CQGTradingSystemRequest.BaseBarType property has a definitive role for the contents of this property, therefore it should be set first.

See Also