public property O2GOfferRow.AskTradable

Brief

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

Declaration
C#
string  AskTradable get;

Details

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

back