Function create_orderbook_subscription

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

Creates an order book stream subscription for the given symbols (Futures)