//! Order Response Types
//!
//! This module contains response types for order-related API operations.
use crateOrder;
use ;
/// Represents the response for building a place order transaction.
/// Represents the response for submitting a place order transaction.
/// The API returns the Order directly (not wrapped).
pub type SubmitPlaceOrderTransactionResponse = Order;
/// Represents the response for cancelling a single order.
/// Represents the response for cancelling all orders.