public method IO2GOfferRow.getBidTradable

Brief

Gets the usage of a bid price.

Declaration
C++
const char*  getBidTradable ()

Details

The returned value defines whether the bid price of an instrument is available for trading or not. The possible return values are:

T

The bid price is available for trading.

I

The bid price is view only.

N

The bid price is not available for trading.

Declared in IO2GOfferRow

back