PlaceOrderAPI

The PlaceOrderAPI interface defines the contract for placing a new order. It extends the OrderAPI interface and provides a method to place an order.

Type Parameters

Response

The type of the response object returned after placing the order.

Inheritors

Functions

Link copied to clipboard
abstract fun placeOrder(request: PlaceOrderRequest): Response