Longbridge OpenAPI SDK
    Preparing search index...

    Interface TradePriceLevel

    Trade volume at one price level

    interface TradePriceLevel {
        buyAmount: string;
        neutralAmount: string;
        price: string;
        sellAmount: string;
    }
    Index

    Properties

    buyAmount: string

    Buy volume at this price

    neutralAmount: string

    Neutral (unknown direction) volume at this price

    price: string

    Price level

    sellAmount: string

    Sell volume at this price