pub fn create_kline_subscription(
_id: &str,
symbols: SmallVec<[String; 8]>,
interval: &str,
request_id: Option<u64>,
_api_key: Option<&str>,
_test: bool,
) -> WebSocketSubscribeRequestExpand description
Creates a kline/candlestick stream subscription for the given symbols (Futures)