Expand description
A Rust client for the Webull trading API.
This crate provides a robust, type-safe, and idiomatic interface to the Webull trading API, enabling developers to build trading applications, algorithms, and bots in Rust.
Re-exports§
pub use client::WebullClient;
pub use client::WebullClientBuilder;
pub use config::WebullConfig;
pub use error::WebullError;
pub use error::WebullResult;