Binance Connector JS
    Preparing search index...

    ModifyOrderResponse

    interface ModifyOrderResponse {
        avgPrice?: string;
        clientOrderId?: string;
        closePosition?: boolean;
        cumBase?: string;
        cumQty?: string;
        executedQty?: string;
        goodTillDate?: number;
        orderId?: number;
        origQty?: string;
        origType?: string;
        pair?: 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

    ModifyOrderResponse

    clientOrderId?: string

    ModifyOrderResponse

    closePosition?: boolean

    ModifyOrderResponse

    cumBase?: string

    ModifyOrderResponse

    cumQty?: string

    ModifyOrderResponse

    executedQty?: string

    ModifyOrderResponse

    goodTillDate?: number

    ModifyOrderResponse

    orderId?: number

    ModifyOrderResponse

    origQty?: string

    ModifyOrderResponse

    origType?: string

    ModifyOrderResponse

    pair?: string

    ModifyOrderResponse

    positionSide?: string

    ModifyOrderResponse

    price?: string

    ModifyOrderResponse

    priceMatch?: string

    ModifyOrderResponse

    priceProtect?: boolean

    ModifyOrderResponse

    reduceOnly?: boolean

    ModifyOrderResponse

    selfTradePreventionMode?: string

    ModifyOrderResponse

    side?: string

    ModifyOrderResponse

    status?: string

    ModifyOrderResponse

    stopPrice?: string

    ModifyOrderResponse

    symbol?: string

    ModifyOrderResponse

    timeInForce?: string

    ModifyOrderResponse

    type?: string

    ModifyOrderResponse

    updateTime?: number

    ModifyOrderResponse

    workingType?: string

    ModifyOrderResponse