public property O2GOfferRow.SubscriptionStatus

Brief

The subscription status.

Declaration
C#
string  SubscriptionStatus get;

Details

The method returns one of the following values: "T" - trade subscription available, "V" - view only (order cannot be created), "D" - disabled (applied for trading station only; order still can be created, and "D" would be valid to "T").

back