Binance Connector JS
    Preparing search index...

    CancelMarginAccountOrderResponse

    interface CancelMarginAccountOrderResponse {
        clientOrderId?: string;
        cummulativeQuoteQty?: string;
        executedQty?: string;
        orderId?: number;
        origClientOrderId?: string;
        origQty?: string;
        price?: string;
        side?: string;
        status?: string;
        symbol?: string;
        timeInForce?: string;
        type?: string;
    }
    Index

    Properties

    clientOrderId?: string

    CancelMarginAccountOrderResponse

    cummulativeQuoteQty?: string

    CancelMarginAccountOrderResponse

    executedQty?: string

    CancelMarginAccountOrderResponse

    orderId?: number

    CancelMarginAccountOrderResponse

    origClientOrderId?: string

    CancelMarginAccountOrderResponse

    origQty?: string

    CancelMarginAccountOrderResponse

    price?: string

    CancelMarginAccountOrderResponse

    side?: string

    CancelMarginAccountOrderResponse

    status?: string

    CancelMarginAccountOrderResponse

    symbol?: string

    CancelMarginAccountOrderResponse

    timeInForce?: string

    CancelMarginAccountOrderResponse

    type?: string

    CancelMarginAccountOrderResponse