pub fn create_orderbook_subscription(
_id: &str,
symbols: SmallVec<[String; 8]>,
depth: Option<usize>,
request_id: Option<u64>,
_api_key: Option<&str>,
_test: bool,
) -> WebSocketSubscribeRequestExpand description
Creates an order book stream subscription for the given symbols (Futures)