Binance Connector JS
    Preparing search index...

    QueryOptionOrderHistoryResponseInner

    interface QueryOptionOrderHistoryResponseInner {
        avgPrice?: string;
        clientOrderId?: string;
        createTime?: number | bigint;
        executedQty?: string;
        mmp?: boolean;
        optionSide?: string;
        orderId?: number | bigint;
        price?: string;
        priceScale?: number | bigint;
        quantity?: string;
        quantityScale?: number | bigint;
        quoteAsset?: string;
        reduceOnly?: boolean;
        side?: string;
        status?: string;
        symbol?: string;
        timeInForce?: string;
        type?: string;
        updateTime?: number | bigint;
    }
    Index

    Properties

    avgPrice?: string

    avg Price

    QueryOptionOrderHistoryResponseInner

    clientOrderId?: string

    client Order Id

    QueryOptionOrderHistoryResponseInner

    createTime?: number | bigint

    create Time

    QueryOptionOrderHistoryResponseInner

    executedQty?: string

    executed Qty

    QueryOptionOrderHistoryResponseInner

    mmp?: boolean

    mmp

    QueryOptionOrderHistoryResponseInner

    optionSide?: string

    option Side

    QueryOptionOrderHistoryResponseInner

    orderId?: number | bigint

    order Id

    QueryOptionOrderHistoryResponseInner

    price?: string

    price

    QueryOptionOrderHistoryResponseInner

    priceScale?: number | bigint

    price Scale

    QueryOptionOrderHistoryResponseInner

    quantity?: string

    quantity

    QueryOptionOrderHistoryResponseInner

    quantityScale?: number | bigint

    quantity Scale

    QueryOptionOrderHistoryResponseInner

    quoteAsset?: string

    quote Asset

    QueryOptionOrderHistoryResponseInner

    reduceOnly?: boolean

    reduce Only

    QueryOptionOrderHistoryResponseInner

    side?: string

    side

    QueryOptionOrderHistoryResponseInner

    status?: string

    status

    QueryOptionOrderHistoryResponseInner

    symbol?: string

    symbol

    QueryOptionOrderHistoryResponseInner

    timeInForce?: string

    time In Force

    QueryOptionOrderHistoryResponseInner

    type?: string

    type

    QueryOptionOrderHistoryResponseInner

    updateTime?: number | bigint

    update Time

    QueryOptionOrderHistoryResponseInner