Binance Connector JS
    Preparing search index...

    Request parameters for marginAccountCancelOco operation in TradeApi. MarginAccountCancelOcoRequest

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

    Properties

    isIsolated?: string

    for isolated margin or not, "TRUE", "FALSE",default "FALSE"

    TradeApiMarginAccountCancelOco

    listClientOrderId?: string

    Either orderListId or listClientOrderId must be provided

    TradeApiMarginAccountCancelOco

    newClientOrderId?: string

    Used to uniquely identify this cancel. Automatically generated by default

    TradeApiMarginAccountCancelOco

    orderListId?: number

    Either orderListId or listClientOrderId must be provided

    TradeApiMarginAccountCancelOco

    recvWindow?: number

    No more than 60000

    TradeApiMarginAccountCancelOco

    symbol: string

    TradeApiMarginAccountCancelOco