//! Typed aliases for Trade WebSocket operation responses.
use crate;
use OperationResponse;
/// Response returned by `order` and `batch-orders`.
pub type PlaceOrderResponse = ;
/// Response returned by `cancel-order` and `batch-cancel-orders`.
pub type CancelOrderResponse = ;
/// Response returned by `amend-order` and `batch-amend-orders`.
pub type AmendOrderResponse = ;
/// Response returned by `mass-cancel`.
pub type MassCancelOrdersResponse = ;