Binance Connector JS
    Preparing search index...

    Request parameters for cancelMarginAccountOcoOrders operation in TradeApi. CancelMarginAccountOcoOrdersRequest

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

    Properties

    listClientOrderId?: string

    Either orderListId or listClientOrderId must be provided

    TradeApiCancelMarginAccountOcoOrders

    newClientOrderId?: string

    Used to uniquely identify this cancel. Automatically generated by default

    TradeApiCancelMarginAccountOcoOrders

    orderListId?: number

    Either orderListId or listClientOrderId must be provided

    TradeApiCancelMarginAccountOcoOrders

    recvWindow?: number

    TradeApiCancelMarginAccountOcoOrders

    symbol: string

    TradeApiCancelMarginAccountOcoOrders