Indicates best bid/ask (BBA) type.
Read-write property
Visual Basic |
---|
Public Property BBAType As eDOMandBBAType |
Current BBA type represented as a bitmask of eDOMandBBAType
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.