Binance Connector JS
    Preparing search index...

    MarginAccountNewOtoResponse

    interface MarginAccountNewOtoResponse {
        contingencyType?: string;
        isIsolated?: boolean;
        listClientOrderId?: string;
        listOrderStatus?: string;
        listStatusType?: string;
        orderListId?: number | bigint;
        orderReports?: MarginAccountNewOtoResponseOrderReportsInner[];
        orders?: MarginAccountNewOtoResponseOrdersInner[];
        symbol?: string;
        transactionTime?: number | bigint;
    }
    Index

    Properties

    contingencyType?: string

    contingency Type.

    MarginAccountNewOtoResponse

    isIsolated?: boolean

    is Isolated.

    MarginAccountNewOtoResponse

    listClientOrderId?: string

    list Client Order Id.

    MarginAccountNewOtoResponse

    listOrderStatus?: string

    list Order Status.

    MarginAccountNewOtoResponse

    listStatusType?: string

    list Status Type.

    MarginAccountNewOtoResponse

    orderListId?: number | bigint

    order List Id.

    MarginAccountNewOtoResponse

    order Reports list.

    MarginAccountNewOtoResponse

    orders list.

    MarginAccountNewOtoResponse

    symbol?: string

    symbol.

    MarginAccountNewOtoResponse

    transactionTime?: number | bigint

    transaction Time.

    MarginAccountNewOtoResponse