Function create_orderbook_subscription

Source
pub fn create_orderbook_subscription(
    id: &str,
    symbols: SmallVec<[String; 8]>,
    depth: Option<usize>,
    update_speed_ms: Option<u64>,
    request_id: Option<u64>,
    api_key: Option<&str>,
    test: bool,
) -> WebSocketSubscribeRequest
Expand description

Creates an order book stream subscription for the given symbols