Binance Connector JS
    Preparing search index...

    Request parameters for setAutoCancelAllOpenOrders operation in MarketMakerEndpointsApi. SetAutoCancelAllOpenOrdersRequest

    interface SetAutoCancelAllOpenOrdersRequest {
        countdownTime: number;
        recvWindow?: number;
        underlying: string;
    }
    Index

    Properties

    countdownTime: number

    Countdown time in milliseconds (ex. 1,000 for 1 second). 0 to disable the timer. Negative values (ex. -10000) are not accepted. Minimum acceptable value is 5,000

    MarketMakerEndpointsApiSetAutoCancelAllOpenOrders

    recvWindow?: number

    MarketMakerEndpointsApiSetAutoCancelAllOpenOrders

    underlying: string

    Option underlying, e.g BTCUSDT

    MarketMakerEndpointsApiSetAutoCancelAllOpenOrders