Binance Connector JS
    Preparing search index...

    Interface OrderAmendKeepPriorityRequest

    Request parameters for orderAmendKeepPriority operation in TradeApi. OrderAmendKeepPriorityRequest

    interface OrderAmendKeepPriorityRequest {
        id?: string;
        newClientOrderId?: string;
        newQty: number;
        orderId?: number;
        origClientOrderId?: string;
        recvWindow?: number;
        symbol: string;
    }
    Index

    Properties

    id?: string

    Unique WebSocket request ID.

    TradeApiOrderAmendKeepPriority

    newClientOrderId?: string

    The new client order ID for the order after being amended.
    If not sent, one will be randomly generated.
    It is possible to reuse the current clientOrderId by sending it as the newClientOrderId.

    TradeApiOrderAmendKeepPriority

    newQty: number

    newQty must be greater than 0 and less than the order's quantity.

    TradeApiOrderAmendKeepPriority

    orderId?: number

    orderIdororigClientOrderIdmustbesent

    TradeApiOrderAmendKeepPriority

    origClientOrderId?: string

    orderIdororigClientOrderIdmustbesent

    TradeApiOrderAmendKeepPriority

    recvWindow?: number

    The value cannot be greater than 60000

    TradeApiOrderAmendKeepPriority

    symbol: string

    TradeApiOrderAmendKeepPriority