pub fn make_bybit_symbol<S: AsRef<str>>(
raw_symbol: S,
product_type: BybitProductType,
) -> UstrExpand description
Constructs a full Bybit symbol from a raw symbol and product type.
Returns a Ustr for efficient string interning and comparisons.