Binance Connector JS
    Preparing search index...

    QueryMarginAccountsOpenOcoResponseInner

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

    Properties

    contingencyType?: string

    contingency Type.

    QueryMarginAccountsOpenOcoResponseInner

    isIsolated?: boolean

    if isolated margin

    QueryMarginAccountsOpenOcoResponseInner

    listClientOrderId?: string

    list Client Order Id.

    QueryMarginAccountsOpenOcoResponseInner

    listOrderStatus?: string

    list Order Status.

    QueryMarginAccountsOpenOcoResponseInner

    listStatusType?: string

    list Status Type.

    QueryMarginAccountsOpenOcoResponseInner

    orderListId?: number | bigint

    order List Id.

    QueryMarginAccountsOpenOcoResponseInner

    orders list.

    QueryMarginAccountsOpenOcoResponseInner

    symbol?: string

    symbol.

    QueryMarginAccountsOpenOcoResponseInner

    transactionTime?: number | bigint

    transaction Time.

    QueryMarginAccountsOpenOcoResponseInner