public property O2GOfferRow.BidTradable

Brief

The flag indicating whether bid price can be used to trade.

Declaration
C#
string  BidTradable get;

Details

The method returns one of the following values: "T" - tradeable (the Bid is available for trading), "I" - indicative (the Bid is view only), "N" - no price available (the Bid is not available for trading).

back