Binance Connector JS
    Preparing search index...

    NewMarginOrderResponse

    interface NewMarginOrderResponse {
        clientOrderId?: string;
        cummulativeQuoteQty?: string;
        executedQty?: string;
        fills?: NewMarginOrderResponseFillsInner[];
        marginBuyBorrowAmount?: string;
        marginBuyBorrowAsset?: string;
        orderId?: number | bigint;
        origQty?: string;
        price?: string;
        side?: string;
        status?: string;
        symbol?: string;
        timeInForce?: string;
        transactTime?: number | bigint;
        type?: string;
    }
    Index

    Properties

    clientOrderId?: string

    Client Order ID.

    NewMarginOrderResponse

    cummulativeQuoteQty?: string

    Cummulative Quote Qty.

    NewMarginOrderResponse

    executedQty?: string

    Executed Qty.

    NewMarginOrderResponse

    Fills.

    NewMarginOrderResponse

    marginBuyBorrowAmount?: string

    will not return if no margin trade happens

    NewMarginOrderResponse

    marginBuyBorrowAsset?: string

    will not return if no margin trade happens

    NewMarginOrderResponse

    orderId?: number | bigint

    Normal orderID after trigger if appliable, only have when the strategy is triggered

    NewMarginOrderResponse

    origQty?: string

    Orig Qty.

    NewMarginOrderResponse

    price?: string

    Price.

    NewMarginOrderResponse

    side?: string

    Side.

    NewMarginOrderResponse

    status?: string

    Enum:completed,processing

    NewMarginOrderResponse

    symbol?: string

    Trade symbol, if existing.

    NewMarginOrderResponse

    timeInForce?: string

    Time In Force.

    NewMarginOrderResponse

    transactTime?: number | bigint

    Transact Time.

    NewMarginOrderResponse

    type?: string

    Normal order type after trigger if appliable

    NewMarginOrderResponse