Binance Connector JS
    Preparing search index...

    Request parameters for cancelMarginAccountOcoOrders operation in TradeApi. CancelMarginAccountOcoOrdersRequest

    interface CancelMarginAccountOcoOrdersRequest {
        listClientOrderId?: string;
        newClientOrderId?: string;
        orderListId?: number | bigint;
        recvWindow?: number | bigint;
        symbol: string;
    }
    Index

    Properties

    listClientOrderId?: string

    Either orderListId or listClientOrderId must be provided

    TradeApiCancelMarginAccountOcoOrders

    newClientOrderId?: string

    Used to uniquely identify this cancel request.

    TradeApiCancelMarginAccountOcoOrders

    orderListId?: number | bigint

    Either orderListId or listClientOrderId must be provided

    TradeApiCancelMarginAccountOcoOrders

    recvWindow?: number | bigint

    The value cannot be greater than 60000

    TradeApiCancelMarginAccountOcoOrders

    symbol: string

    Symbol

    TradeApiCancelMarginAccountOcoOrders