Binance Connector JS
    Preparing search index...

    Interface DeleteOrderListRequest

    Request parameters for deleteOrderList operation in TradeApi. DeleteOrderListRequest

    interface DeleteOrderListRequest {
        listClientOrderId?: string;
        newClientOrderId?: string;
        orderListId?: number;
        recvWindow?: number;
        symbol: string;
    }
    Index

    Properties

    listClientOrderId?: string

    A unique Id for the entire orderList

    TradeApiDeleteOrderList

    newClientOrderId?: string

    A unique id among open orders. Automatically generated if not sent.
    Orders with the same newClientOrderID can be accepted only when the previous one is filled, otherwise the order will be rejected.

    TradeApiDeleteOrderList

    orderListId?: number

    Either orderListId or listClientOrderId must be provided

    TradeApiDeleteOrderList

    recvWindow?: number

    The value cannot be greater than 60000

    TradeApiDeleteOrderList

    symbol: string

    TradeApiDeleteOrderList