make_bybit_symbol

Function make_bybit_symbol 

Source
pub fn make_bybit_symbol<S: AsRef<str>>(
    raw_symbol: S,
    product_type: BybitProductType,
) -> Ustr
Expand description

Constructs a full Bybit symbol from a raw symbol and product type.

Returns a Ustr for efficient string interning and comparisons.