public property O2GOfferTableRow.BidTradable

Brief

Gets the usage of a bid price.

Declaration
C#
string  BidTradable get;

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 O2GOfferRow

back