Binance Connector JS
    Preparing search index...

    PriceStreamResponseRatesInner

    interface PriceStreamResponseRatesInner {
        ac?: string;
        mp?: string;
        p?: string;
        pc?: string;
        s?: string;
        t?: null | number | bigint;
        tc?: string;
    }
    Index

    Properties

    Properties

    ac?: string

    Internal asset code, EQ_{symbol}. Reference only; do not use as a trading identifier.

    PriceStreamResponseRatesInner

    mp?: string

    Per-symbol market phase: C Closed, ON Overnight, PRE Pre-Market, O Market Open, POST Post-Market.

    PriceStreamResponseRatesInner

    p?: string

    Latest price, trailing-zero stripped.

    PriceStreamResponseRatesInner

    pc?: string

    Previous day's RTH close price (reference); absent when unknown.

    PriceStreamResponseRatesInner

    s?: string

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

    PriceStreamResponseRatesInner

    t?: null | number | bigint

    Price time (epoch milliseconds UTC); may be null.

    PriceStreamResponseRatesInner

    tc?: string

    Today's RTH close price; absent before After-Hours.

    PriceStreamResponseRatesInner