Binance Connector JS
    Preparing search index...

    PositionAdlQuantileEstimationResponseInnerAdlQuantile

    interface PositionAdlQuantileEstimationResponseInnerAdlQuantile {
        BOTH?: number | bigint;
        HEDGE?: number | bigint;
        LONG?: number | bigint;
        SHORT?: number | bigint;
    }
    Index

    Properties

    BOTH?: number | bigint

    adl qunatile for position in one-way mode

    PositionAdlQuantileEstimationResponseInnerAdlQuantile

    HEDGE?: number | bigint

    only a sign, ignore the value

    PositionAdlQuantileEstimationResponseInnerAdlQuantile

    LONG?: number | bigint

    adl quantile for "LONG" position in hedge mode

    PositionAdlQuantileEstimationResponseInnerAdlQuantile

    SHORT?: number | bigint

    adl qauntile for "SHORT" position in hedge mode

    PositionAdlQuantileEstimationResponseInnerAdlQuantile