pub fn bar_spec_from_topic(topic: &BitmexWsTopic) -> BarSpecification
Expand description
Converts a WebSocket topic to a bar specification.
ยงPanics
Panics if the topic is not a valid bar topic (TradeBin1m
, TradeBin5m
, TradeBin1h
, or TradeBin1d
).