Binance Connector JS
    Preparing search index...

    SetMarketMakerProtectionConfigResponse

    interface SetMarketMakerProtectionConfigResponse {
        deltaLimit?: string;
        frozenTimeInMilliseconds?: number | bigint;
        lastTriggerTime?: number | bigint;
        qtyLimit?: string;
        underlying?: string;
        underlyingId?: number | bigint;
        windowTimeInMilliseconds?: number | bigint;
    }
    Index

    Properties

    deltaLimit?: string

    delta Limit

    SetMarketMakerProtectionConfigResponse

    frozenTimeInMilliseconds?: number | bigint

    frozen Time In Milliseconds

    SetMarketMakerProtectionConfigResponse

    lastTriggerTime?: number | bigint

    last Trigger Time

    SetMarketMakerProtectionConfigResponse

    qtyLimit?: string

    qty Limit

    SetMarketMakerProtectionConfigResponse

    underlying?: string

    underlying

    SetMarketMakerProtectionConfigResponse

    underlyingId?: number | bigint

    underlying Id

    SetMarketMakerProtectionConfigResponse

    windowTimeInMilliseconds?: number | bigint

    window Time In Milliseconds

    SetMarketMakerProtectionConfigResponse