Skip to main content

run_unsubscribe

Function run_unsubscribe 

Source
pub async fn run_unsubscribe(
    gateway: &str,
    symbols: &[String],
    sub_types: &[i32],
    unsub_all: bool,
    _format: OutputFormat,
) -> Result<()>