Binance Connector JS
    Preparing search index...

    MarginAccountNewOrderResponse

    interface MarginAccountNewOrderResponse {
        clientOrderId?: string;
        cummulativeQuoteQty?: string;
        executedQty?: string;
        fills?: MarginAccountNewOrderResponseFillsInner[];
        isIsolated?: boolean;
        marginBuyBorrowAmount?: number;
        marginBuyBorrowAsset?: string;
        orderId?: number;
        origQty?: string;
        price?: string;
        selfTradePreventionMode?: string;
        side?: string;
        status?: string;
        symbol?: string;
        timeInForce?: string;
        transactTime?: number;
        type?: string;
    }
    Index

    Properties

    clientOrderId?: string

    MarginAccountNewOrderResponse

    cummulativeQuoteQty?: string

    MarginAccountNewOrderResponse

    executedQty?: string

    MarginAccountNewOrderResponse

    MarginAccountNewOrderResponse

    isIsolated?: boolean

    MarginAccountNewOrderResponse

    marginBuyBorrowAmount?: number

    MarginAccountNewOrderResponse

    marginBuyBorrowAsset?: string

    MarginAccountNewOrderResponse

    orderId?: number

    MarginAccountNewOrderResponse

    origQty?: string

    MarginAccountNewOrderResponse

    price?: string

    MarginAccountNewOrderResponse

    selfTradePreventionMode?: string

    MarginAccountNewOrderResponse

    side?: string

    MarginAccountNewOrderResponse

    status?: string

    MarginAccountNewOrderResponse

    symbol?: string

    MarginAccountNewOrderResponse

    timeInForce?: string

    MarginAccountNewOrderResponse

    transactTime?: number

    MarginAccountNewOrderResponse

    type?: string

    MarginAccountNewOrderResponse