Binance Connector JS
    Preparing search index...

    TickerBookResponse1Result

    interface TickerBookResponse1Result {
        askPrice?: string;
        askQty?: string;
        bidPrice?: string;
        bidQty?: string;
        symbol?: string;
    }
    Index

    Properties

    askPrice?: string

    TickerBookResponse1Result

    askQty?: string

    TickerBookResponse1Result

    bidPrice?: string

    TickerBookResponse1Result

    bidQty?: string

    TickerBookResponse1Result

    symbol?: string

    TickerBookResponse1Result