Binance Connector JS
    Preparing search index...

    MarginAccountNewOcoResponseOrderReportsInner

    interface MarginAccountNewOcoResponseOrderReportsInner {
        clientOrderId?: string;
        cummulativeQuoteQty?: string;
        executedQty?: string;
        orderId?: number | bigint;
        orderListId?: number | bigint;
        origQty?: string;
        price?: string;
        side?: string;
        status?: string;
        stopPrice?: string;
        symbol?: string;
        timeInForce?: string;
        transactTime?: number | bigint;
        type?: string;
    }
    Index

    Properties

    clientOrderId?: string

    Client Order ID.

    MarginAccountNewOcoResponseOrderReportsInner

    cummulativeQuoteQty?: string

    Cummulative Quote Qty.

    MarginAccountNewOcoResponseOrderReportsInner

    executedQty?: string

    Executed Qty.

    MarginAccountNewOcoResponseOrderReportsInner

    orderId?: number | bigint

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

    MarginAccountNewOcoResponseOrderReportsInner

    orderListId?: number | bigint

    Order List ID.

    MarginAccountNewOcoResponseOrderReportsInner

    origQty?: string

    Orig Qty.

    MarginAccountNewOcoResponseOrderReportsInner

    price?: string

    Price.

    MarginAccountNewOcoResponseOrderReportsInner

    side?: string

    Side.

    MarginAccountNewOcoResponseOrderReportsInner

    status?: string

    Enum:completed,processing

    MarginAccountNewOcoResponseOrderReportsInner

    stopPrice?: string

    please ignore when order type is TRAILING_STOP_MARKET

    MarginAccountNewOcoResponseOrderReportsInner

    symbol?: string

    Trade symbol, if existing.

    MarginAccountNewOcoResponseOrderReportsInner

    timeInForce?: string

    Time In Force.

    MarginAccountNewOcoResponseOrderReportsInner

    transactTime?: number | bigint

    Transact Time.

    MarginAccountNewOcoResponseOrderReportsInner

    type?: string

    Normal order type after trigger if appliable

    MarginAccountNewOcoResponseOrderReportsInner