Binance Connector JS
    Preparing search index...

    LongShortRatioResponseInner

    interface LongShortRatioResponseInner {
        longAccount?: string;
        longShortRatio?: string;
        pair?: string;
        shortAccount?: string;
        timestamp?: number;
    }
    Index

    Properties

    longAccount?: string

    LongShortRatioResponseInner

    longShortRatio?: string

    LongShortRatioResponseInner

    pair?: string

    LongShortRatioResponseInner

    shortAccount?: string

    LongShortRatioResponseInner

    timestamp?: number

    LongShortRatioResponseInner