public method O2GOfferRow.getAskTradable

Brief

Gets the usage of an ask price.

Declaration
Java
String  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 O2GOfferRow

back