Binance Connector JS
    Preparing search index...

    Request parameters for queryPreventedMatches operation in TradeApi. QueryPreventedMatchesRequest

    interface QueryPreventedMatchesRequest {
        fromPreventedMatchId?: number | bigint;
        isIsolated?: QueryPreventedMatchesIsIsolatedEnum;
        orderId?: number | bigint;
        preventedMatchId?: number | bigint;
        recvWindow?: number | bigint;
        symbol: string;
    }
    Index

    Properties

    fromPreventedMatchId?: number | bigint

    TradeApiQueryPreventedMatches

    TradeApiQueryPreventedMatches

    orderId?: number | bigint

    TradeApiQueryPreventedMatches

    preventedMatchId?: number | bigint

    TradeApiQueryPreventedMatches

    recvWindow?: number | bigint

    TradeApiQueryPreventedMatches

    symbol: string

    TradeApiQueryPreventedMatches