defmodule CCXT.Hitbtc.WS do @moduledoc """ WebSocket subscription builders for HitBTC (auto-generated from extracted spec). This module is generated at compile time from `priv/specs/extracted/hitbtc.exs`. See `CCXT.WS.Generator` for API documentation. """ use CCXT.WS.Generator, spec: "hitbtc" end