pub async fn run( gateway: &str, lock: bool, from_stdin: bool, trade_pwd_account: Option<&str>, otp: Option<String>, security_firm: Option<SecurityFirmArg>, acc_ids: Vec<u64>, format: OutputFormat, ) -> Result<()>