pub fn create_mark_price_subscription(
_id: &str,
symbols: SmallVec<[String; 8]>,
request_id: Option<u64>,
_api_key: Option<&str>,
_test: bool,
) -> WebSocketSubscribeRequestExpand description
Creates a mark price stream subscription for the given symbols (Futures)