Binance Connector JS
    Preparing search index...

    MarginAccountNewOcoResponse

    interface MarginAccountNewOcoResponse {
        contingencyType?: string;
        isIsolated?: boolean;
        listClientOrderId?: string;
        listOrderStatus?: string;
        listStatusType?: string;
        marginBuyBorrowAmount?: string;
        marginBuyBorrowAsset?: string;
        orderListId?: number | bigint;
        orderReports?: MarginTradingRestAPI.MarginAccountNewOcoResponseOrderReportsInner[];
        orders?: MarginTradingRestAPI.MarginAccountNewOcoResponseOrdersInner[];
        symbol?: string;
        transactionTime?: number | bigint;
    }
    Index

    Properties

    contingencyType?: string

    contingency Type.

    MarginAccountNewOcoResponse

    isIsolated?: boolean

    if isolated margin

    MarginAccountNewOcoResponse

    listClientOrderId?: string

    list Client Order Id.

    MarginAccountNewOcoResponse

    listOrderStatus?: string

    list Order Status.

    MarginAccountNewOcoResponse

    listStatusType?: string

    list Status Type.

    MarginAccountNewOcoResponse

    marginBuyBorrowAmount?: string

    will not return if no margin trade happens

    MarginAccountNewOcoResponse

    marginBuyBorrowAsset?: string

    will not return if no margin trade happens

    MarginAccountNewOcoResponse

    orderListId?: number | bigint

    order List Id.

    MarginAccountNewOcoResponse

    MarginAccountNewOcoResponse

    orders list.

    MarginAccountNewOcoResponse

    symbol?: string

    symbol.

    MarginAccountNewOcoResponse

    transactionTime?: number | bigint

    transaction Time.

    MarginAccountNewOcoResponse