Binance Connector JS
    Preparing search index...

    OrderStatusResponseResult

    interface OrderStatusResponseResult {
        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

    OrderStatusResponseResult

    cummulativeQuoteQty?: string

    OrderStatusResponseResult

    executedQty?: string

    OrderStatusResponseResult

    expiryReason?: string

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

    OrderStatusResponseResult

    icebergQty?: string

    Always present. Zero for non-iceberg orders.

    OrderStatusResponseResult

    isWorking?: boolean

    OrderStatusResponseResult

    orderId?: number | bigint

    OrderStatusResponseResult

    orderListId?: number | bigint

    Present only for orders that belong to an order list.

    OrderStatusResponseResult

    origQty?: string

    OrderStatusResponseResult

    origQuoteOrderQty?: string

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

    OrderStatusResponseResult

    peggedPrice?: string

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

    OrderStatusResponseResult

    pegOffsetType?: string

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

    OrderStatusResponseResult

    pegOffsetValue?: number | bigint

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

    OrderStatusResponseResult

    pegPriceType?: string

    Price peg type. Only for pegged orders.

    OrderStatusResponseResult

    preventedMatchId?: number | bigint

    Present only if the order expired due to STP.

    OrderStatusResponseResult

    preventedQuantity?: string

    Present only if the order expired due to STP.

    OrderStatusResponseResult

    price?: string

    OrderStatusResponseResult

    selfTradePreventionMode?: string

    OrderStatusResponseResult

    side?: string

    OrderStatusResponseResult

    status?: string

    OrderStatusResponseResult

    stopPrice?: string

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

    OrderStatusResponseResult

    strategyId?: number | bigint

    Present only if strategyId was set on the order.

    OrderStatusResponseResult

    strategyType?: number | bigint

    Present only if strategyType was set on the order.

    OrderStatusResponseResult

    symbol?: string

    OrderStatusResponseResult

    time?: number | bigint

    Order placement time.

    OrderStatusResponseResult

    timeInForce?: string

    OrderStatusResponseResult

    trailingDelta?: number | bigint

    Present only if trailingDelta was set on the order.

    OrderStatusResponseResult

    trailingTime?: number | bigint

    Present only if trailingDelta was set on the order.

    OrderStatusResponseResult

    type?: string

    OrderStatusResponseResult

    updateTime?: number | bigint

    Time of the last update to the order.

    OrderStatusResponseResult

    usedSor?: boolean

    Field that determines whether order used SOR.

    OrderStatusResponseResult

    workingFloor?: string

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

    OrderStatusResponseResult

    workingTime?: number | bigint

    OrderStatusResponseResult