Binance Connector JS
    Preparing search index...

    QueryMarginAccountsOcoResponseOrdersInner

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

    Properties

    clientOrderId?: string

    Client Order ID.

    QueryMarginAccountsOcoResponseOrdersInner

    orderId?: number | bigint

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

    QueryMarginAccountsOcoResponseOrdersInner

    symbol?: string

    Trade symbol, if existing.

    QueryMarginAccountsOcoResponseOrdersInner