public property O2GOfferRow.TradingStatus

Brief

Defines whether the instrument is tradable.

Declaration
C#
string  TradingStatus get;

Details

The method returns one of the following values: "O" - the instrument is tradable. "C" - the instrument is not tradable.

back