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