CQG API 4.0 - Revised
BBAType Property
See Also  Send Feedback
CQGInstrument Interface : BBAType Property

Glossary Item Box

Description

Indicates best bid/ask (BBA) type.

Property type

Read-write property

Syntax

Visual Basic
Public Property BBAType As eDOMandBBAType

Return Type

Current BBA type represented as a bitmask of eDOMandBBAType

Remarks

BBAType is a way to control the BBA types received by the user as quotes of current instrument. The user can choose to receive any combination of eDOMandBBAType.

If dbtImplied is included, qtImpliedAsk and qtImpliedBid quotes will be present in the instrument's quotes.

If dbtOutright is included, qtOutrightAsk and qtOutrightBid quotes will be present in the instrument's quotes.

If dbtCombined is included, qtAsk and qtBid quotes will be present in the instrument's quotes.

The default value of BBA type can be set from the configuration. By default it is dbtCombined.

See Also