public method IO2GOfferRow.getAskTradable

Brief

Gets the usage of an ask price.

Declaration
C++
const char*  getAskTradable ()

Details

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

T

The ask price is available for trading.

I

The ask price is view only.

N

The ask price is not available for trading.

Declared in IO2GOfferRow

back