isActive property

bool get isActive

Whether the symbol allows trading (fully or partially).

Implementation

bool get isActive =>
    this == SymbolStatus.trading || this == SymbolStatus.auctionMatch;