Binance Connector JS
    Preparing search index...

    MarginAccountNewOcoResponseOrdersInner

    interface MarginAccountNewOcoResponseOrdersInner {
        clientOrderId?: string;
        orderId?: number | bigint;
        symbol?: string;
    }
    Index

    Properties

    clientOrderId?: string

    Client Order ID.

    MarginAccountNewOcoResponseOrdersInner

    orderId?: number | bigint

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

    MarginAccountNewOcoResponseOrdersInner

    symbol?: string

    Trade symbol, if existing.

    MarginAccountNewOcoResponseOrdersInner