Binance Connector JS
    Preparing search index...

    QueryMarginAccountsOpenOcoResponseInnerOrdersInner

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

    Properties

    clientOrderId?: string

    Client Order ID.

    QueryMarginAccountsOpenOcoResponseInnerOrdersInner

    orderId?: number | bigint

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

    QueryMarginAccountsOpenOcoResponseInnerOrdersInner

    symbol?: string

    Trade symbol, if existing.

    QueryMarginAccountsOpenOcoResponseInnerOrdersInner