Binance Connector JS
    Preparing search index...

    Interface DeleteOrderResponse

    DeleteOrderResponse

    interface DeleteOrderResponse {
        clientOrderId?: string;
        cummulativeQuoteQty?: string;
        executedQty?: string;
        expiryReason?: string;
        icebergQty?: string;
        orderId?: number | bigint;
        orderListId?: number | bigint;
        origClientOrderId?: string;
        origQty?: string;
        origQuoteOrderQty?: string;
        peggedPrice?: string;
        pegOffsetType?: string;
        pegOffsetValue?: number | bigint;
        pegPriceType?: string;
        preventedMatchId?: number | bigint;
        preventedQuantity?: string;
        price?: string;
        selfTradePreventionMode?: string;
        side?: string;
        status?: string;
        stopPrice?: string;
        strategyId?: number | bigint;
        strategyType?: number | bigint;
        symbol?: string;
        timeInForce?: string;
        trailingDelta?: number | bigint;
        trailingTime?: number | bigint;
        transactTime?: number | bigint;
        type?: string;
        usedSor?: boolean;
        workingFloor?: string;
    }
    Index

    Properties

    clientOrderId?: string

    DeleteOrderResponse

    cummulativeQuoteQty?: string

    DeleteOrderResponse

    executedQty?: string

    DeleteOrderResponse

    expiryReason?: string

    Cause of the order's expiration. Returned when an order has expired.

    DeleteOrderResponse

    icebergQty?: string

    Quantity for the iceberg order. Appears only if the parameter icebergQty was sent in the request.

    DeleteOrderResponse

    orderId?: number | bigint

    DeleteOrderResponse

    orderListId?: number | bigint

    Unless it's part of an order list, value will be -1

    DeleteOrderResponse

    origClientOrderId?: string

    DeleteOrderResponse

    origQty?: string

    DeleteOrderResponse

    origQuoteOrderQty?: string

    DeleteOrderResponse

    peggedPrice?: string

    Current price the order is pegged at. Only for pegged orders, once determined.

    DeleteOrderResponse

    pegOffsetType?: string

    Price peg offset type. Only for pegged orders, if requested.

    DeleteOrderResponse

    pegOffsetValue?: number | bigint

    Price peg offset value. Only for pegged orders, if requested.

    DeleteOrderResponse

    pegPriceType?: string

    Price peg type. Only for pegged orders.

    DeleteOrderResponse

    preventedMatchId?: number | bigint

    When used together with symbol, can be used to query a prevented match. Appears only if the order expired due to STP.

    DeleteOrderResponse

    preventedQuantity?: string

    Order quantity that expired due to STP. Appears only if the order expired due to STP.

    DeleteOrderResponse

    price?: string

    DeleteOrderResponse

    selfTradePreventionMode?: string

    DeleteOrderResponse

    side?: string

    DeleteOrderResponse

    status?: string

    DeleteOrderResponse

    stopPrice?: string

    Price when the algorithmic order will be triggered. Appears for STOP_LOSS, TAKE_PROFIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT orders.

    DeleteOrderResponse

    strategyId?: number | bigint

    Can be used to label an order that's part of an order strategy. Appears if the parameter was populated in the request.

    DeleteOrderResponse

    strategyType?: number | bigint

    Can be used to label an order that is using an order strategy. Appears if the parameter was populated in the request.

    DeleteOrderResponse

    symbol?: string

    DeleteOrderResponse

    timeInForce?: string

    DeleteOrderResponse

    trailingDelta?: number | bigint

    Delta price change required before order activation. Appears for trailing stop orders.

    DeleteOrderResponse

    trailingTime?: number | bigint

    Time when the trailing order becomes active and starts tracking price changes. Appears only for trailing stop orders.

    DeleteOrderResponse

    transactTime?: number | bigint

    DeleteOrderResponse

    type?: string

    DeleteOrderResponse

    usedSor?: boolean

    Indicates whether the order used SOR. Appears when placing orders using SOR.

    DeleteOrderResponse

    workingFloor?: string

    Indicates whether the order is being filled by SOR or by the order book to which it was submitted. Appears when placing orders using SOR.

    DeleteOrderResponse