pub type OKXOrderBookLevel = (String, String, String, String);
Represents an order book level from the GET /api/v5/market/books endpoint. Each entry is a 4-element tuple: [price, size, liquidated_orders, num_orders].