Binance Connector JS
    Preparing search index...

    GetMarketMakerProtectionConfigResponse

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

    Properties

    deltaLimit?: string

    delta Limit

    GetMarketMakerProtectionConfigResponse

    frozenTimeInMilliseconds?: number | bigint

    frozen Time In Milliseconds

    GetMarketMakerProtectionConfigResponse

    lastTriggerTime?: number | bigint

    last Trigger Time

    GetMarketMakerProtectionConfigResponse

    qtyLimit?: string

    qty Limit

    GetMarketMakerProtectionConfigResponse

    underlying?: string

    underlying

    GetMarketMakerProtectionConfigResponse

    underlyingId?: number | bigint

    underlying Id

    GetMarketMakerProtectionConfigResponse

    windowTimeInMilliseconds?: number | bigint

    window Time In Milliseconds

    GetMarketMakerProtectionConfigResponse