CQG API 4.0 - Revised
Item Property
See Also  Send Feedback
parameter_type
CQGTradingSystemBaseBarParameters Collection : Item Property

Glossary Item Box

Description

Returns the trading system base bar parameter by its type.

This is the default property.

Property type

Read-only property

Syntax

Visual Basic
Public Property Item( _
   ByVal parameter_type As eTradingSystemBaseBarParameter _
) As CQGTradingSystemBaseBarParameter

Parameters

parameter_type
ValueDescription
bbpAggregationSpecifies the aggregation parameter for the PF base bar.

This is a read/write property of eTfAggregation type.

bbpAggregationLevelSpecifies the aggregation level parameter for the PF base bar.

This is a read/write property of Long type.

bbpBoxSizeSpecifies the volume type parameter for the PF base bar.

This is a read/write property of Long type.

bbpBoxUnitsSpecifies the box units parameter for the PF base bar.

This is a read/write property of ePfBoxUnits type.

bbpDataSourceSpecifies the data source parameter for the PF base bar.

This is a read/write property of ePfDataSource type.

bbpIncludeFlatTicksSpecifies whether flat ticks are included or not in the CVB base bar.

This is a read/write property of Boolean type.

bbpReversalSpecifies the reversal parameter for the PF base bar.

This is a read/write property of Long type.

bbpVolumeLevelSpecifies the volume level parameter for the CVB base bar.

This is a read/write property of Long type.

bbpVolumeTypeSpecifies the volume type parameter for the CVB base bar.

This is a read/write property of eCvbVolumeType type.

Return Type

The corresponding collection item, represented as CQGTradingSystemBaseBarParameter object

See Also