Binance Connector JS
    Preparing search index...

    QueryCurrentMarginOpenOrderResponseInner

    interface QueryCurrentMarginOpenOrderResponseInner {
        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.

    QueryCurrentMarginOpenOrderResponseInner

    clientOrderId?: string

    Client Order ID.

    QueryCurrentMarginOpenOrderResponseInner

    cummulativeQuoteQty?: string

    Cummulative Quote Qty.

    QueryCurrentMarginOpenOrderResponseInner

    executedQty?: string

    Executed Qty.

    QueryCurrentMarginOpenOrderResponseInner

    icebergQty?: string

    Iceberg Qty.

    QueryCurrentMarginOpenOrderResponseInner

    isWorking?: boolean

    Is Working.

    QueryCurrentMarginOpenOrderResponseInner

    orderId?: number | bigint

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

    QueryCurrentMarginOpenOrderResponseInner

    origQty?: string

    Orig Qty.

    QueryCurrentMarginOpenOrderResponseInner

    preventedMatchId?: string

    Prevented Match ID.

    QueryCurrentMarginOpenOrderResponseInner

    preventedQuantity?: string

    Prevented Quantity.

    QueryCurrentMarginOpenOrderResponseInner

    price?: string

    Price.

    QueryCurrentMarginOpenOrderResponseInner

    selfTradePreventionMode?: string

    self trading preventation mode

    QueryCurrentMarginOpenOrderResponseInner

    side?: string

    Side.

    QueryCurrentMarginOpenOrderResponseInner

    status?: string

    Enum:completed,processing

    QueryCurrentMarginOpenOrderResponseInner

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    QueryCurrentMarginOpenOrderResponseInner

    symbol?: string

    Trade symbol, if existing.

    QueryCurrentMarginOpenOrderResponseInner

    time?: number | bigint

    Event time.

    QueryCurrentMarginOpenOrderResponseInner

    timeInForce?: string

    Time In Force.

    QueryCurrentMarginOpenOrderResponseInner

    type?: string

    Normal order type after trigger if appliable

    QueryCurrentMarginOpenOrderResponseInner

    updateTime?: number | bigint

    last update time

    QueryCurrentMarginOpenOrderResponseInner