Binance Connector JS
    Preparing search index...

    PlaceEquityOrderResponse

    interface PlaceEquityOrderResponse {
        clientOrderId?: string;
        orderId?: string;
        status?: string;
    }
    Index

    Properties

    clientOrderId?: string

    Echoes the supplied or server-generated client order id.

    PlaceEquityOrderResponse

    orderId?: string

    Order id (UUID).

    PlaceEquityOrderResponse

    status?: string

    Acknowledgement code: S = accepted, F = failed. Not an order lifecycle status — to poll lifecycle, call /order/detail or /order/history.

    PlaceEquityOrderResponse