Binance Connector JS
    Preparing search index...

    MarginAccountNewOcoResponse

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

    Properties

    contingencyType?: string

    Contingency Type.

    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

    Order Reports.

    MarginAccountNewOcoResponse

    Orders.

    MarginAccountNewOcoResponse

    symbol?: string

    Trade symbol, if existing.

    MarginAccountNewOcoResponse

    transactionTime?: number | bigint

    Transaction Time.

    MarginAccountNewOcoResponse