bothan_bitfinex/api/
msg.rs

1//! Message types for Bitfinex API communication.
2//!
3//! This module provides types for deserializing and working with messages
4//! from the Bitfinex API, including ticker data for both spot and funding markets.
5
6pub mod ticker;