Binance Connector JS
    Preparing search index...

    TradingStatusStreamResponse

    interface TradingStatusStreamResponse {
        assetCode?: string;
        e?: string;
        msg?: string;
        status?: string;
        symbol?: string;
        time?: number | bigint;
        tradability?: string;
        z?: string;
    }
    Index

    Properties

    assetCode?: string

    Internal asset code EQ_{symbol}; reference only.

    TradingStatusStreamResponse

    e?: string

    Event type, always \"tradingStatus\".

    TradingStatusStreamResponse

    msg?: string

    Reason code.

    TradingStatusStreamResponse

    status?: string

    Trading status.

    TradingStatusStreamResponse

    symbol?: string

    Symbol (UPPERCASE ticker), e.g. \"AAPL\".

    TradingStatusStreamResponse

    time?: number | bigint

    Status-effective time (epoch milliseconds UTC). May be in the future.

    TradingStatusStreamResponse

    tradability?: string

    Tradability after the status change: BUY_SELL / BUY / SELL / NONE.

    TradingStatusStreamResponse

    z?: string

    Tape designation: C = CTA (NYSE / AMEX), N = UTP (Nasdaq).

    TradingStatusStreamResponse