public property O2GOfferRow.TradingStatus

Brief

Gets the trading status.

Declaration
C#
string  TradingStatus get;

Details

The possible return values are:

O

Open, in other words, the instrument is tradable.

C

Closed, in other words, the instrument is not tradable.

Declared in O2GOfferRow

back