Binance Connector JS
    Preparing search index...

    Interface AllOrdersResponseResultInner

    AllOrdersResponseResultInner

    interface AllOrdersResponseResultInner {
        clientOrderId?: string;
        cummulativeQuoteQty?: string;
        executedQty?: string;
        expiryReason?: string;
        icebergQty?: string;
        isWorking?: boolean;
        orderId?: number | bigint;
        orderListId?: number | bigint;
        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;
        time?: number | bigint;
        timeInForce?: string;
        trailingDelta?: number | bigint;
        trailingTime?: number | bigint;
        type?: string;
        updateTime?: number | bigint;
        usedSor?: boolean;
        workingFloor?: string;
        workingTime?: number | bigint;
    }
    Index

    Properties

    clientOrderId?: string

    AllOrdersResponseResultInner

    cummulativeQuoteQty?: string

    AllOrdersResponseResultInner

    executedQty?: string

    AllOrdersResponseResultInner

    expiryReason?: string

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

    AllOrdersResponseResultInner

    icebergQty?: string

    Appears only if the parameter icebergQty was sent in the request.

    AllOrdersResponseResultInner

    isWorking?: boolean

    AllOrdersResponseResultInner

    orderId?: number | bigint

    AllOrdersResponseResultInner

    orderListId?: number | bigint

    Present only for orders that belong to an order list.

    AllOrdersResponseResultInner

    origQty?: string

    AllOrdersResponseResultInner

    origQuoteOrderQty?: string

    Always present. Zero if the order type does not use quoteOrderQty.

    AllOrdersResponseResultInner

    peggedPrice?: string

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

    AllOrdersResponseResultInner

    pegOffsetType?: string

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

    AllOrdersResponseResultInner

    pegOffsetValue?: number | bigint

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

    AllOrdersResponseResultInner

    pegPriceType?: string

    Price peg type. Only for pegged orders.

    AllOrdersResponseResultInner

    preventedMatchId?: number | bigint

    Present only if the order expired due to STP.

    AllOrdersResponseResultInner

    preventedQuantity?: string

    Present only if the order expired due to STP.

    AllOrdersResponseResultInner

    price?: string

    AllOrdersResponseResultInner

    selfTradePreventionMode?: string

    AllOrdersResponseResultInner

    side?: string

    AllOrdersResponseResultInner

    status?: string

    AllOrdersResponseResultInner

    stopPrice?: string

    Appears for STOP_LOSS, TAKE_PROFIT, STOP_LOSS_LIMIT, and TAKE_PROFIT_LIMIT orders.

    AllOrdersResponseResultInner

    strategyId?: number | bigint

    Appears only if the strategyId parameter was provided upon order placement.

    AllOrdersResponseResultInner

    strategyType?: number | bigint

    Appears only if the strategyType parameter was provided upon order placement.

    AllOrdersResponseResultInner

    symbol?: string

    AllOrdersResponseResultInner

    time?: number | bigint

    Order placement time.

    AllOrdersResponseResultInner

    timeInForce?: string

    AllOrdersResponseResultInner

    trailingDelta?: number | bigint

    Delta price change required before order activation.

    AllOrdersResponseResultInner

    trailingTime?: number | bigint

    Time when the trailing order is now active and tracking price changes.

    AllOrdersResponseResultInner

    type?: string

    AllOrdersResponseResultInner

    updateTime?: number | bigint

    Time of the last update to the order.

    AllOrdersResponseResultInner

    usedSor?: boolean

    Field that determines whether order used SOR.

    AllOrdersResponseResultInner

    workingFloor?: string

    Determines whether the order is being filled by the SOR or by the order book.

    AllOrdersResponseResultInner

    workingTime?: number | bigint

    AllOrdersResponseResultInner