1//! WebSocket operation helpers. 2 3mod raw; 4mod spread; 5mod trade; 6 7#[cfg(test)] 8pub(crate) use raw::operation_payload_with_expiry;