Returns the trading system base bar parameter by its type.
This is the default property.
Read-only property
Visual Basic |
---|
Public Property Item( _ ByVal parameter_type As eTradingSystemBaseBarParameter _ ) As CQGTradingSystemBaseBarParameter |
- parameter_type
Value Description bbpAggregation Specifies the aggregation parameter for the PF base bar. This is a read/write property of eTfAggregation type.
bbpAggregationLevel Specifies the aggregation level parameter for the PF base bar. This is a read/write property of Long type.
bbpBoxSize Specifies the volume type parameter for the PF base bar. This is a read/write property of Long type.
bbpBoxUnits Specifies the box units parameter for the PF base bar. This is a read/write property of ePfBoxUnits type.
bbpDataSource Specifies the data source parameter for the PF base bar. This is a read/write property of ePfDataSource type.
bbpIncludeFlatTicks Specifies whether flat ticks are included or not in the CVB base bar. This is a read/write property of Boolean type.
bbpReversal Specifies the reversal parameter for the PF base bar. This is a read/write property of Long type.
bbpVolumeLevel Specifies the volume level parameter for the CVB base bar. This is a read/write property of Long type.
bbpVolumeType Specifies the volume type parameter for the CVB base bar. This is a read/write property of eCvbVolumeType type.
The corresponding collection item, represented as CQGTradingSystemBaseBarParameter object