Binance Connector JS
    Preparing search index...

    QueryMarginAccountsAllOcoResponseInner

    interface QueryMarginAccountsAllOcoResponseInner {
        contingencyType?: string;
        isIsolated?: boolean;
        listClientOrderId?: string;
        listOrderStatus?: string;
        listStatusType?: string;
        orderListId?: number | bigint;
        orders?: MarginTradingRestAPI.QueryMarginAccountsAllOcoResponseInnerOrdersInner[];
        symbol?: string;
        transactionTime?: number | bigint;
    }
    Index

    Properties

    contingencyType?: string

    contingency Type.

    QueryMarginAccountsAllOcoResponseInner

    isIsolated?: boolean

    if isolated margin

    QueryMarginAccountsAllOcoResponseInner

    listClientOrderId?: string

    list Client Order Id.

    QueryMarginAccountsAllOcoResponseInner

    listOrderStatus?: string

    list Order Status.

    QueryMarginAccountsAllOcoResponseInner

    listStatusType?: string

    list Status Type.

    QueryMarginAccountsAllOcoResponseInner

    orderListId?: number | bigint

    order List Id.

    QueryMarginAccountsAllOcoResponseInner

    orders list.

    QueryMarginAccountsAllOcoResponseInner

    symbol?: string

    symbol.

    QueryMarginAccountsAllOcoResponseInner

    transactionTime?: number | bigint

    transaction Time.

    QueryMarginAccountsAllOcoResponseInner