Function create_kline_subscription

Source
pub fn create_kline_subscription(
    _id: &str,
    symbols: SmallVec<[String; 8]>,
    interval: &str,
    request_id: Option<u64>,
    _api_key: Option<&str>,
    _test: bool,
) -> WebSocketSubscribeRequest
Expand description

Creates a kline/candlestick stream subscription for the given symbols (Futures)