Returns whether the specified output is currently included or not.
Visual Basic |
---|
Public Function IsOutputIncluded( _ ByVal timed_bar_output As eTimedBarsRequestOutputs _ ) As Boolean |
- timed_bar_output
Value Description 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
True, if the specified output is included
False, if excluded
All output types are included by default.