Expand description
Internal WebSocket message types.
These types represent the internal message flow between the WebSocket client and handler, including subscription management and data events.
Re-exportsยง
pub use crate::common::sbe::stream::BestBidAskStreamEvent;pub use crate::common::sbe::stream::DepthDiffStreamEvent;pub use crate::common::sbe::stream::DepthSnapshotStreamEvent;pub use crate::common::sbe::stream::PriceLevel;pub use crate::common::sbe::stream::Trade;pub use crate::common::sbe::stream::TradesStreamEvent;