Binance Connector JS
    Preparing search index...

    QueryMarginAccountOrderResponse

    interface QueryMarginAccountOrderResponse {
        accountId?: number | bigint;
        clientOrderId?: string;
        cummulativeQuoteQty?: string;
        executedQty?: string;
        icebergQty?: string;
        isWorking?: boolean;
        orderId?: number | bigint;
        origQty?: string;
        preventedMatchId?: string;
        preventedQuantity?: string;
        price?: string;
        selfTradePreventionMode?: string;
        side?: string;
        status?: string;
        stopPrice?: string;
        symbol?: string;
        time?: number | bigint;
        timeInForce?: string;
        type?: string;
        updateTime?: number | bigint;
    }
    Index

    Properties

    accountId?: number | bigint

    Account ID.

    QueryMarginAccountOrderResponse

    clientOrderId?: string

    Client Order ID.

    QueryMarginAccountOrderResponse

    cummulativeQuoteQty?: string

    Cummulative Quote Qty.

    QueryMarginAccountOrderResponse

    executedQty?: string

    Executed Qty.

    QueryMarginAccountOrderResponse

    icebergQty?: string

    Iceberg Qty.

    QueryMarginAccountOrderResponse

    isWorking?: boolean

    Is Working.

    QueryMarginAccountOrderResponse

    orderId?: number | bigint

    Normal orderID after trigger if appliable, only have when the strategy is triggered

    QueryMarginAccountOrderResponse

    origQty?: string

    Orig Qty.

    QueryMarginAccountOrderResponse

    preventedMatchId?: string

    Prevented Match ID.

    QueryMarginAccountOrderResponse

    preventedQuantity?: string

    Prevented Quantity.

    QueryMarginAccountOrderResponse

    price?: string

    Price.

    QueryMarginAccountOrderResponse

    selfTradePreventionMode?: string

    self trading preventation mode

    QueryMarginAccountOrderResponse

    side?: string

    Side.

    QueryMarginAccountOrderResponse

    status?: string

    Enum:completed,processing

    QueryMarginAccountOrderResponse

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    QueryMarginAccountOrderResponse

    symbol?: string

    Trade symbol, if existing.

    QueryMarginAccountOrderResponse

    time?: number | bigint

    Event time.

    QueryMarginAccountOrderResponse

    timeInForce?: string

    Time In Force.

    QueryMarginAccountOrderResponse

    type?: string

    Normal order type after trigger if appliable

    QueryMarginAccountOrderResponse

    updateTime?: number | bigint

    last update time

    QueryMarginAccountOrderResponse