Binance Connector JS
    Preparing search index...

    ModifyOrderResponseResult

    interface ModifyOrderResponseResult {
        avgPrice?: string;
        clientOrderId?: string;
        closePosition?: boolean;
        cumQty?: string;
        cumQuote?: string;
        executedQty?: string;
        goodTillDate?: number;
        orderId?: number;
        origQty?: string;
        origType?: string;
        positionSide?: string;
        price?: string;
        priceMatch?: string;
        priceProtect?: boolean;
        reduceOnly?: boolean;
        selfTradePreventionMode?: string;
        side?: string;
        status?: string;
        stopPrice?: string;
        symbol?: string;
        timeInForce?: string;
        type?: string;
        updateTime?: number;
        workingType?: string;
    }
    Index

    Properties

    avgPrice?: string

    ModifyOrderResponseResult

    clientOrderId?: string

    ModifyOrderResponseResult

    closePosition?: boolean

    ModifyOrderResponseResult

    cumQty?: string

    ModifyOrderResponseResult

    cumQuote?: string

    ModifyOrderResponseResult

    executedQty?: string

    ModifyOrderResponseResult

    goodTillDate?: number

    ModifyOrderResponseResult

    orderId?: number

    ModifyOrderResponseResult

    origQty?: string

    ModifyOrderResponseResult

    origType?: string

    ModifyOrderResponseResult

    positionSide?: string

    ModifyOrderResponseResult

    price?: string

    ModifyOrderResponseResult

    priceMatch?: string

    ModifyOrderResponseResult

    priceProtect?: boolean

    ModifyOrderResponseResult

    reduceOnly?: boolean

    ModifyOrderResponseResult

    selfTradePreventionMode?: string

    ModifyOrderResponseResult

    side?: string

    ModifyOrderResponseResult

    status?: string

    ModifyOrderResponseResult

    stopPrice?: string

    ModifyOrderResponseResult

    symbol?: string

    ModifyOrderResponseResult

    timeInForce?: string

    ModifyOrderResponseResult

    type?: string

    ModifyOrderResponseResult

    updateTime?: number

    ModifyOrderResponseResult

    workingType?: string

    ModifyOrderResponseResult