CQG API 4.0 - Revised
IsOutputIncluded Method
See Also  Send Feedback
timed_bar_output

Timed bar request output to be checked

CQGTimedBarsRequest Interface : IsOutputIncluded Method

Glossary Item Box

Description

Returns whether the specified output is currently included or not.

Syntax

Visual Basic
Public Function IsOutputIncluded( _
   ByVal timed_bar_output As eTimedBarsRequestOutputs _
) As Boolean

Parameters

timed_bar_output
ValueDescription
tbrActualVolume

Actual volume

tbrAskFlagVolume

Volume of trade with 'buy' aggressor flag

tbrAskVolume

Ask volume

tbrBidFlagVolume

Volume of trade with 'sell' aggressor flag

tbrBidVolume

Bid volume

tbrCommodityOpenInterest

Commodity open interest

tbrCommodityTickVolume

Commodity tick volume

tbrCommodityVolume

Commodity volume

tbrContractOpenInterest

Contract open interest

tbrContractTickVolume

Contract tick volume

tbrContractVolume

Contract volume

tbrOpenInterest

Open interest

tbrTickVolume

Tick volume

Timed bar request output to be checked

Return Type

True, if the specified output is included

False, if excluded

Remarks

All output types are included by default.

See Also